DeterminateSystems / update-flake-lock

Automatically refresh your Nix Flakes.
MIT License
240 stars 29 forks source link

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

Open nomeata opened 1 year ago

nomeata commented 1 year ago

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 commented 2 months ago

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

nomeata commented 2 months ago

Hmm, ok. Maybe only works for on.pull_request