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 86226f5 commit 55f4da9Copy full SHA for 55f4da9
.github/workflows/branches.yml
@@ -13,6 +13,11 @@ on:
13
schedule:
14
- cron: "0 0 * * *"
15
16
+permissions:
17
+ contents: read
18
+ checks: write
19
+ pull-requests: write
20
+
21
jobs:
22
lint:
23
name: Lint PyFunceble
.github/workflows/dev.yml
@@ -9,6 +9,11 @@ on:
9
10
11
12
.github/workflows/stable.yml
0 commit comments