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 Actions Running with Github Bot #1710

Open
scurker opened this issue Oct 8, 2024 · 1 comment
Open

Fix Actions Running with Github Bot #1710

scurker opened this issue Oct 8, 2024 · 1 comment
Labels
Milestone

Comments

@scurker
Copy link
Member

scurker commented Oct 8, 2024

In release/merge PRs github actions do not run with the github actions bot unless you close/reopen the PR manually. We should fix this so that actions run as expected without having to perform weird work arounds.

Unfortunately we either need to use a machine account or use a PAT as official workarounds.

@scurker scurker added this to the Q4 2024 milestone Oct 8, 2024
@scurker scurker added good first issue Good for newcomers tech debt labels Oct 8, 2024
@devndevs
Copy link

Hello @scurker

Thank you for sharing this issue with the community. I am just looking for some more specifics on how you are expecting GitHub Actions to run.

I understand that you want a "bot" to run to prevent you from doing manual work. Upon research I've found that the use of a PAT (not sure what a machine account is and would appreciate to learn what you mean by that) is by design from GitHub to prevent bots from abusing their action workflows and some users have found themselves needing to close or reopen a PR to get the action to trigger.

I was able to seeing the docs that some actions can be triggered by an event, i.e. push/pull etc. To help look more into this issue are you avle to answer some of these questions to help us narrow down the issue you are having?

  1. Can you clarify the specific conditions under which the GitHub Actions fail to run?
  2. What steps did you take to reproduce this issue?
  3. Which version of the software are you using, and what is your operating environment?
  4. Have you encountered any error messages or logs that could help diagnose the problem?
  5. Is there a particular scenario or type of PR where this issue occurs most frequently?
  6. What are the expected behaviors versus what actually happens when the actions don't run?

Thank you for your time and help with this.

Dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants