We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad9e2d commit 407f65bCopy full SHA for 407f65b
1 file changed
.github/workflows/main.yml
@@ -13,6 +13,16 @@ jobs:
13
- uses: actions/checkout@v6.0.1
14
with:
15
fetch-depth: '0'
16
+ - name: Arborist
17
+ id: arborist
18
+ with:
19
+ branches: '["main"]'
20
+ min-approvals: 2
21
+ enforce-admins: false
22
+ team-roles: '{"technical-leaders": "maintain"}'
23
+ uses: dluman/arborist@v0.3.0
24
+ env:
25
+ GITHUB_TOKEN: ${{ secrets.ARBORIST_API_KEY }}
26
- name: Setup Python
27
if: always()
28
uses: actions/setup-python@v6.1.0
0 commit comments