-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Support cron execution #3
Comments
Thanks @thewtex! I will look into both points, not failing when perms are not available should be pretty quick but having the option to use the scheduled mode seems a better solution overall. In the meantime PRs are of course welcome :) |
The first part should be done, the action will always succeed, but log an error if something failed in the process. I'll look into the cron next. |
@srvaroa awesome, thank you!! 🙏 |
Supported from v0.7, closing. |
Thanks for implementing and sharing this nice Action 🙏 👏
Currently, the action will fail on forked pull requests per the GitHub Action permission limitations:
Resource not accessible by integration
actions/labeler#12Could it be possible to run in a scheduled mode, i.e. cron, by examining open pull requests and labelling them?
Or, not fail when the required permissions are not available?
The text was updated successfully, but these errors were encountered: