diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2024-08-08 17:13:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-08 17:13:46 +0200 |
commit | a176b707faa24547e1f00a1a7dcdeb92811d7fe7 (patch) | |
tree | ac91c87be88fd9a5ecf83b16a68ab42507c7f71c /.github/workflows | |
parent | 9715c89b1ccccb8ca58e6bf3cc37fdfcc0e31f5f (diff) | |
download | NorthstarLauncher-a176b707faa24547e1f00a1a7dcdeb92811d7fe7.tar.gz NorthstarLauncher-a176b707faa24547e1f00a1a7dcdeb92811d7fe7.zip |
Add option to manually run merge conflict label action (#760)v1.27.2-rc1
so that labels can easily be updated if need be
Diffstat (limited to '.github/workflows')
-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 40d48119..abb7cabd 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 |