diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2024-08-08 17:01:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-08 17:01:02 +0200 |
commit | 94fa6608c72a051929f7f579d366c18e1ec75a26 (patch) | |
tree | ee1181039fe930a5624a5bc0a7128064520fc8a6 | |
parent | ed76f2bed281d5a8733a559820fcc61e66068b2d (diff) | |
download | NorthstarMods-94fa6608c72a051929f7f579d366c18e1ec75a26.tar.gz NorthstarMods-94fa6608c72a051929f7f579d366c18e1ec75a26.zip |
Add option to manually run merge conflict label action (#832)
so that labels can easily be updated if need be
-rw-r--r-- | .github/workflows/merge-conflict-auto-label.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/merge-conflict-auto-label.yml b/.github/workflows/merge-conflict-auto-label.yml index e237726a..372687fc 100644 --- a/.github/workflows/merge-conflict-auto-label.yml +++ b/.github/workflows/merge-conflict-auto-label.yml @@ -1,5 +1,6 @@ name: Merge Conflict Auto Label on: + workflow_dispatch: # Manual run push: branches: - main |