Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proposal: Option to ignore users #854

Open
3 tasks done
Andre601 opened this issue May 18, 2024 · 1 comment
Open
3 tasks done

proposal: Option to ignore users #854

Andre601 opened this issue May 18, 2024 · 1 comment
Assignees
Labels

Comments

@Andre601
Copy link
Contributor

Checklist

  • I am using the latest version of this action.
  • 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 stuff

jobs:
  comment:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - name: Comment
        uses: peaceiris/actions-label-commenter@v1
        with:
          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

@actions-label-commenter
Copy link

Hi, there.

Thank you @Andre601 for suggesting this.


This is an automated comment created by the peaceiris/actions-label-commenter. Responding to the bot or mentioning it won't have any effect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants