mirror of
https://github.com/starship/starship.git
synced 2024-11-07 17:05:09 +01:00
ci: disable dependabot cron on starship forks (#2993)
This commit is contained in:
parent
919606c466
commit
2865f135f0
1
.github/workflows/merge-dependabot.yml
vendored
1
.github/workflows/merge-dependabot.yml
vendored
@ -4,6 +4,7 @@ on:
|
||||
- cron: "0 * * * *"
|
||||
jobs:
|
||||
auto_merge:
|
||||
if: (github.event_name == 'schedule' && github.repository == 'starship/starship') || (github.event_name != 'schedule')
|
||||
name: Auto-merge Dependabot PRs
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user