We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0035a38 commit 8683a1aCopy full SHA for 8683a1a
.github/dependabot.yaml
@@ -6,5 +6,5 @@ updates:
6
interval: daily
7
open-pull-requests-limit: 1
8
labels:
9
- - bot
10
- - github-actions
+ - tag:bot
+ - type:github-actions
.github/workflows/sync-files.yaml
@@ -28,6 +28,6 @@ jobs:
28
with:
29
token: ${{ steps.generate-token.outputs.token }}
30
pr-labels: |
31
- bot
32
- sync-files
+ tag:bot
+ tag:sync-files
33
auto-merge-method: squash
0 commit comments