diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2024-08-08 17:06:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-08 17:06:27 +0200 |
commit | fe8972fe40fd4cd63adae1c000107ae3d012cf91 (patch) | |
tree | 347f89cb832479159a4bb26447824b713528014b /.github | |
parent | 94fa6608c72a051929f7f579d366c18e1ec75a26 (diff) | |
download | NorthstarMods-fe8972fe40fd4cd63adae1c000107ae3d012cf91.tar.gz NorthstarMods-fe8972fe40fd4cd63adae1c000107ae3d012cf91.zip |
Run merge conflict label action periodically (#833)
Diffstat (limited to '.github')
-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 372687fc..abb7cabd 100644 --- a/.github/workflows/merge-conflict-auto-label.yml +++ b/.github/workflows/merge-conflict-auto-label.yml @@ -4,6 +4,8 @@ on: push: branches: - main + schedule: + - cron: "10 21 * * *" # Runs at 21:10; time was chosen based on contributor activity and low GitHub Actions cron load. jobs: triage: |