docbrown/.github/workflows
Joe Doss 67342a4edf
Add github.event.comment.author_association == 'CONTRIBUTOR' to if statement (#11822)
This should be the last PR to get the `/ci` and `/rebase` commands working in
GitHub Actions. The issue is that our membership settings for `forem/forem` have
everyone set to 'CONTRIBUTOR' instead of 'MEMBER' or 'OWNER'.

Adding github.event.comment.author_association == 'CONTRIBUTOR' should fix this
issue.

I also cleaned up all action files to make the main name of the workflow as
succinct as possible to better organize the left menut of the GitHub Actions
page.

This PR won't fix the issues with the "Run forem/build-containers pipeline"
job in buildkite.yml but I will address those issues in another  PR.
2020-12-09 08:36:57 -06:00
..
buildkite.yml Add github.event.comment.author_association == 'CONTRIBUTOR' to if statement (#11822) 2020-12-09 08:36:57 -06:00
codeql-analysis.yml Create codeql-analysis.yml (#10276) 2020-09-11 09:46:45 +02:00
dependabot.yml Add github.event.comment.author_association == 'CONTRIBUTOR' to if statement (#11822) 2020-12-09 08:36:57 -06:00
issue.yml Add workflow automating maintainers' comment on new issues (#9488) 2020-07-29 14:17:47 +02:00
pr.yml Add github.event.comment.author_association == 'CONTRIBUTOR' to if statement (#11822) 2020-12-09 08:36:57 -06:00
rebase.yml Add github.event.comment.author_association == 'CONTRIBUTOR' to if statement (#11822) 2020-12-09 08:36:57 -06:00