Skip to content

Commit d8b0278

Browse files
committed
chore: remove TBD approver and update rollkit repo sync config
1 parent ef76b7d commit d8b0278

2 files changed

Lines changed: 5 additions & 9 deletions

File tree

.github/sync.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ rollkit/local-da:
7070
template:
7171
deps: [{ecosystem: "gomod"}, {ecosystem: "docker"}, {ecosystem: "github-actions"}]
7272
rollkit/rollkit:
73+
# Listing additional files here since the rollkit repo doesn't currently use the semantic release action
74+
- .github/workflows/approve_merge_bots.yml
75+
- .github/workflows/semantic_pull_request.yml
76+
- .github/auto_request_review.yml
7377
- source: .github/dependabot.njk
7478
dest: .github/dependabot.yml
7579
template:
@@ -96,7 +100,6 @@ group:
96100
rollkit/go-execution-evm
97101
rollkit/go-sequencing
98102
rollkit/local-da
99-
rollkit/rollkit
100103
rollkit/template-da-repo
101104
files:
102105
- .github/workflows/approve_merge_bots.yml

.github/workflows/approve_merge_bots.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,4 @@ jobs:
4646
env:
4747
PR_URL: ${{github.event.pull_request.html_url}}
4848
PAT: ${{secrets.PR_APPROVE_PAT_SEVEY}}
49-
- name: TBD Approval
50-
run: |
51-
gh auth login --with-token <<< "$PAT"
52-
gh pr review --approve "$PR_URL"
53-
gh pr merge --auto --squash "$PR_URL"
54-
env:
55-
PR_URL: ${{github.event.pull_request.html_url}}
56-
PAT: ${{secrets.PR_APPROVE_PAT_TBD}}
49+

0 commit comments

Comments
 (0)