diff options
author | Jack <66967891+ASpoonPlaysGames@users.noreply.github.com> | 2024-01-03 20:39:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-03 21:39:05 +0100 |
commit | 4855b5684945631c7c0ecf5d526ff5224752b038 (patch) | |
tree | 1ee77218aa21201a628e1e2311f7dadd3460c077 /.github/workflows | |
parent | a78b7d857f86318ab69031d844f34587d2d84e86 (diff) | |
download | NorthstarLauncher-4855b5684945631c7c0ecf5d526ff5224752b038.tar.gz NorthstarLauncher-4855b5684945631c7c0ecf5d526ff5224752b038.zip |
Schedule the merge conflict labelling to run daily (#631)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/merge-conflict-auto-label.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/merge-conflict-auto-label.yml b/.github/workflows/merge-conflict-auto-label.yml index e237726a..dea1f087 100644 --- a/.github/workflows/merge-conflict-auto-label.yml +++ b/.github/workflows/merge-conflict-auto-label.yml @@ -3,6 +3,8 @@ on: push: branches: - main + schedule: + - cron: "40 20 * * *" jobs: triage: |