File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,6 +70,10 @@ rollkit/local-da:
7070 template :
7171 deps : [{ecosystem: "gomod"}, {ecosystem: "docker"}, {ecosystem: "github-actions"}]
7272rollkit/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
Original file line number Diff line number Diff line change 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+
You can’t perform that action at this time.
0 commit comments