We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dc3182 commit 9e456a0Copy full SHA for 9e456a0
1 file changed
.github/workflows/upgrade-requirements.yml
@@ -0,0 +1,17 @@
1
+name: Upgrade requirements
2
+
3
+on:
4
+ schedule:
5
+ # run once a month at midnight of the first day of the month
6
+ - cron: 0 0 1 * *
7
+ workflow_dispatch: # run manually from actions tab
8
9
+# Set permissions at the job level.
10
+permissions: {}
11
12
+jobs:
13
+ upgrade:
14
+ permissions:
15
+ contents: write
16
+ pull-requests: write
17
+ uses: afuetterer/.github/.github/workflows/_upgrade-requirements.yml@main
0 commit comments