-
Notifications
You must be signed in to change notification settings - Fork 965
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
PRs opened by the github-actions
bot don't trigger status checks
#4525
Comments
Can I work on this issue? |
This behviour is expected as described in the documentation
|
Good point. I wonder if there's a different way that we could trigger workflow runs so that we don't have to manually intervene every time one of these PRs is opened. |
@jonathan-innis can we use this workaround? |
We need to check with our security team before we could take something like this into the project. Generally, long-term static credentials are frowned upon by security teams because they allow persistent access to the project if they are compromised. We might be able to get around the concern here if the scope of the token is only to open pull requests against the repo. I can check back here with the security team and see what they recommend here. |
@aman0408 Checking in here. Are you still planning to work on this one? |
Yes @jonathan-innis . I have been busy since a couple of weeks but I should be able to make some progress in this week |
Description
Currently, if a PR is opened by the
github-actions
bot, status checks will just sit in anExpected
state forever. We need to look into why this automation is broken.Workaround
The current workaround is to push a new commit on the branch yourself or to close and re-open the PR to re-trigger the checks.
The text was updated successfully, but these errors were encountered: