You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixup! Add a GitHub workflow to monitor component updates
The `environment` keyword makes GitHub Actions believe this is a deployment
environment [1], but we aren't deploying anything in this workflow. Having
a "deployment" workflow on a frequent schedule causes some pull requests like
[2] to become filled with thousands of "dscho deployed temporarily to
monitor-components" messages. This was originally intended to allow this
workflow to open issues, but we can instead just specify that the workflow
should run with permissions to create issues and then use the generated
access token.
[1] https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment
[2] git-for-windows#3948
Signed-off-by: Matthias Aßhauer <[email protected]>
0 commit comments