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
I have read the latest README and followed the instructions.
I have read the latest GitHub Actions official documentation and learned the basic spec and concepts.
Describe your proposal
A new option to set a list of users the Action should ignore when running.
Depending on how difficult this could be, should support for teams be considered too, to ignore people of a specific team.
Describe the solution you'd like
The config option would be a string (Given github actions doesn't support anything else really) where each name is space-separated(?)
Example:
# All the actions stuffjobs:
comment:
runs-on: ubuntu-lateststeps:
- uses: actions/checkout@v4
- name: Commentuses: peaceiris/actions-label-commenter@v1with:
ignored_users: | Someone @some-team # Maybe as a team format? Or just like name?
Describe alternatives you've considered
Only alternative I could consider is setting up some evaluation that checks the users first to then skip steps, which is rather complicated for me to figure out.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Checklist
Describe your proposal
A new option to set a list of users the Action should ignore when running.
Depending on how difficult this could be, should support for teams be considered too, to ignore people of a specific team.
Describe the solution you'd like
The config option would be a string (Given github actions doesn't support anything else really) where each name is space-separated(?)
Example:
Describe alternatives you've considered
Only alternative I could consider is setting up some evaluation that checks the users first to then skip steps, which is rather complicated for me to figure out.
Additional context
No response
The text was updated successfully, but these errors were encountered: