Skip to content

Commit 2561a56

Browse files
committed
chore(cicd): More bredth as isnt triggering
1 parent 7972622 commit 2561a56

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/automerge-dependabot-prs-into-collected-branch.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name: auto-merge dependabot prs into collected branch
55
on:
66
pull_request:
7-
types: [opened, synchronize]
7+
# types: [opened, synchronize]
88
branches: [Automatic_version_update_dependabot]
99

1010

@@ -29,11 +29,12 @@ jobs:
2929
# Branch rules ensure doesnt auto merge if shouldnt
3030
auto-merge:
3131
runs-on: ubuntu-latest
32-
# qqqq add in after testing if: github.actor == 'dependabot[bot]'
32+
# qqqq add in after testing, and harder checks for what it is doing if: github.actor == 'dependabot[bot]'
3333
steps:
3434
- name: Checkout the repository
3535
uses: actions/checkout@v4
3636

37+
# qqqq could use action
3738
- name: Set up GitHub CLI
3839
run: |
3940
# Install GitHub CLI (gh)
@@ -42,6 +43,7 @@ jobs:
4243
4344
- name: extract update type
4445
id: extract
46+
# Specific dependabot token qqqq?
4547
env:
4648
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4749
run: |

0 commit comments

Comments
 (0)