Skip to content

Commit

Permalink
chore: remove TBD approver and update rollkit repo sync config
Browse files Browse the repository at this point in the history
  • Loading branch information
MSevey committed Dec 3, 2024
1 parent ef76b7d commit d8b0278
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
5 changes: 4 additions & 1 deletion .github/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ rollkit/local-da:
template:
deps: [{ecosystem: "gomod"}, {ecosystem: "docker"}, {ecosystem: "github-actions"}]
rollkit/rollkit:
# Listing additional files here since the rollkit repo doesn't currently use the semantic release action
- .github/workflows/approve_merge_bots.yml
- .github/workflows/semantic_pull_request.yml
- .github/auto_request_review.yml
- source: .github/dependabot.njk
dest: .github/dependabot.yml
template:
Expand All @@ -96,7 +100,6 @@ group:
rollkit/go-execution-evm
rollkit/go-sequencing
rollkit/local-da
rollkit/rollkit
rollkit/template-da-repo
files:
- .github/workflows/approve_merge_bots.yml
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/approve_merge_bots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,4 @@ jobs:
env:
PR_URL: ${{github.event.pull_request.html_url}}
PAT: ${{secrets.PR_APPROVE_PAT_SEVEY}}
- name: TBD Approval
run: |
gh auth login --with-token <<< "$PAT"
gh pr review --approve "$PR_URL"
gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
PAT: ${{secrets.PR_APPROVE_PAT_TBD}}

Check failure on line 49 in .github/workflows/approve_merge_bots.yml

View workflow job for this annotation

GitHub Actions / yamllint

49:1 [empty-lines] too many blank lines (1 > 0)

0 comments on commit d8b0278

Please sign in to comment.