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

fix(ci/automerge): use PAT token #415

Merged
merged 1 commit into from
Nov 19, 2024
Merged

fix(ci/automerge): use PAT token #415

merged 1 commit into from
Nov 19, 2024

Conversation

AtomicFS
Copy link
Collaborator

@AtomicFS AtomicFS commented Nov 15, 2024

My theory as to why GitHub does not trigger check jobs when Auto-merge is enabled by our bot is that GitHub does not allow ordinary GITHUB_TOKEN to trigger other workflows. Probably to avoid endless recursion.

We had this problem also with releases. So I hope that using PAT might fix this.

@github-actions github-actions bot added bugfix Bugfix / fix github_actions Pull requests that update GitHub Actions code labels Nov 15, 2024
@github-actions github-actions bot added the testing Testing related label Nov 15, 2024
@AtomicFS AtomicFS marked this pull request as ready for review November 15, 2024 15:35
@AtomicFS
Copy link
Collaborator Author

The token was not approved yet, so this is failing at the moment.

- GitHub does not allow ordinary GITHUB_TOKEN to trigger other
  workflows, probably to avoid endless recursion
- using PAT might fix this

Signed-off-by: AtomicFS <[email protected]>
@AtomicFS AtomicFS added this pull request to the merge queue Nov 19, 2024
@MDr164
Copy link
Collaborator

MDr164 commented Nov 19, 2024

Seems like it's working with the PAT

Merged via the queue into main with commit dd4f88b Nov 19, 2024
42 checks passed
@AtomicFS AtomicFS deleted the fix/automerge branch November 19, 2024 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Bugfix / fix github_actions Pull requests that update GitHub Actions code testing Testing related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants