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

Suggest closing and opening to run Github Actions on PR #79

Open
nomeata opened this issue Jul 15, 2023 · 2 comments
Open

Suggest closing and opening to run Github Actions on PR #79

nomeata opened this issue Jul 15, 2023 · 2 comments

Comments

@nomeata
Copy link

nomeata commented Jul 15, 2023

Currently, this bot includes the following in the PR:

Running GitHub Actions on this PR

GitHub Actions will not run workflows on pull requests which are opened by a GitHub Action.

To run GitHub Actions workflows on this PR, run:

git branch -D update_flake_lock_action
git fetch origin
git checkout update_flake_lock_action
git commit --amend --no-edit
git push origin update_flake_lock_action --force

A simpler way (both in terms of explanation and execution) exists, and the text could be:

Running GitHub Actions on this PR

GitHub Actions will not run workflows on pull requests which are opened by a GitHub Action.

To run GitHub Actions workflows on this PR, please close it and then reopen it again.

@truh
Copy link

truh commented Jul 31, 2024

Closing and opening the PR again doesn't trigger on.push actions for me.

@nomeata
Copy link
Author

nomeata commented Jul 31, 2024

Hmm, ok. Maybe only works for on.pull_request

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

No branches or pull requests

2 participants