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

Exempt issue/pr stale for specific author names #1176

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kzu
Copy link

@kzu kzu commented Aug 27, 2024

This allows excluding specific authors' issues/PRs. Useful for those created by project owners, for example.

Fixes #933

Description:
This change adds the user: IUser property from the octokit issue to the IIssue interface so it can be checked against the new action option exempt-authors. It was implemented following the style from exempt-issue-labels approach, and two tests were added to cover both exempted and non-exempted author scenarios.

Readme docs already updated, so not sure if there are further docs changes to make.

Related issue:
#933

Check list:

  • Mark if documentation changes are required.
  • Mark if tests were added or updated to cover the changes.

This allows excluding specific authors' issues/PRs. Useful for those created by project owners, for example.

Fixes actions#933
kzu added a commit to devlooped/ThisAssembly that referenced this pull request Aug 28, 2024
kzu added a commit to devlooped/oss that referenced this pull request Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Exempt PR's stale for only specific author names.
1 participant