srvaroa / labeler

Label manager for PRs and Issues based on configurable conditions

Home Page:https://github.com/srvaroa/labeler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support cron execution

thewtex opened this issue Β· comments

Thanks for implementing and sharing this nice Action πŸ™ πŸ‘

Currently, the action will fail on forked pull requests per the GitHub Action permission limitations:

Could 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?

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!! πŸ™

@thewtex this one should be addressed by #26

Supported from v0.7, closing.