spectrum-web-components
spectrum-web-components copied to clipboard
Abstract find and update/create PR comments workflow.
trafficstars
The code available below is used across three different workflows in GitHub Actions:
https://github.com/adobe/spectrum-web-components/blob/73902a374037c846dc93845d6eb20596177b3510/.github/workflows/test.yml#L39-L60
It would be good to abstract it to a single place for reuse. While refactoring, it would be nice to move to async/await flavored code, rather than Promise.then() favored.
If it were possible to find the right configuration to exclude comment producing Action from dependabot PRs, that would also be amazing.
Many thanks!