We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f76933b commit 889099eCopy full SHA for 889099e
1 file changed
.github/workflows/bot.yaml
@@ -8,10 +8,6 @@ on: # yamllint disable-line rule:truthy
8
- cron: '0 3 * * *'
9
workflow_dispatch:
10
11
-permissions:
12
- contents: write
13
- pull-requests: write
14
-
15
jobs:
16
uv-lock:
17
runs-on: ubuntu-latest
@@ -34,6 +30,10 @@ jobs:
34
30
fi
35
31
36
32
auto-merge:
33
+ needs: uv-lock
+ permissions:
+ contents: write
+ pull-requests: write
37
38
if: ${{ github.event_name == 'pull_request' && (github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'pre-commit-ci[bot]') && github.repository == 'mscheltienne/template-python' }}
39
steps:
0 commit comments