-
Notifications
You must be signed in to change notification settings - Fork 75
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
Add first PR condition to GitHub maintainer workflow #300
Comments
Can we use GitHub Actions expressions to check the pull request number? If it's the first pull request (github.event.pull_request.number == 1), we can include the specific checklist item.
|
I think we're looking for more leveraging actions/first-interaction here, @axif0 :) What you suggested is more for the first pull request on the repo, not for the first pull request of a user on the repo 😊 |
@andrewtavis Want to work on this. Can I assign here if there is no problem? |
Thanks much, @axif0 :) Once this works, you'd be welcome to change it in other Scribe repos too! |
Thanks for all of these, @axif0! 😊 |
Terms
Description
One thing that would make the maintainer experience a lot better for Scribe-Data and other projects would be if the .github/workflows/pr_maintainer_checklist.yaml had a conditional for if it's the first pull request to the repository. If it is the first pull request, then we would want the first checkbox to be included, and if not, then the first checkbox should be removed.
In short: The box is very useful for new contributors, but I'd like to stop checking it for people who I know have their account set up properly 😅
Contribution
Would be really happy to review this and see it working!
The text was updated successfully, but these errors were encountered: