Maksudul Haque

Results 51 comments of Maksudul Haque

I tried it out but seems like the problem still exists. Please let me know if I am wrong. :)

This was done intentionally so that PR's that are not release PR's don't get a Failed CI status

Thank you for reporting the issue. I will look into it this weekend. :)

I don't think there is any option for a GitHub Action to suppress GitHub E-mail Notifications (E-mails are not sent by the Action rather sent by GitHub on state changes...

The action [now](https://github.com/saadmk11/github-actions-version-updater/pull/84) displays warning messages in such cases and will suggest the latest release instead of crashing. You can also skip `github/codeql-action/init@v2` update by using `ignore` option.

Hi @bastelfreak, This action should run on a [`schedule`](https://docs.github.com/en/actions/reference/events-that-trigger-workflows#schedule) event or a [`workflow_dispatch`](https://docs.github.com/en/actions/reference/events-that-trigger-workflows#workflow_dispatch) event. Example: ```yaml # Controls when the action will run. on: # can be used to run...

> If I add it to a repo without this, it fails to push a branch saying that the workflow permission is not there, however after I add it, run...

> > The action is marked as successful, even when the push failed. I think that should be changed? > > I need to update this behavior. Fixed in https://github.com/saadmk11/github-actions-version-updater/pull/17/

> > Does the token for actions/checkout@v2 actually needs the workflow scope? > > It seems that it does need a workflow-scoped token. Otherwise, I get an error when the...

You can use `GITHUB_ACTIONS` or `CI` (Always set to true when GitHub Actions is running the workflow. You can use this variable to differentiate when tests are being run locally...