mirror of
https://github.com/git-for-windows/git.git
synced 2026-03-27 19:20:21 -05:00
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] https://github.com/git-for-windows/git/pull/3948 Signed-off-by: Matthias Aßhauer <mha1993@live.de>