We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b676af commit 4949f12Copy full SHA for 4949f12
.github/workflows/ci.yml
@@ -7,6 +7,9 @@ on:
7
pull_request:
8
workflow_dispatch:
9
10
+permissions:
11
+ contents: read
12
+
13
jobs:
14
test:
15
name: Test / OS ${{ matrix.os }} / Python ${{ matrix.python-version }}
.github/workflows/conventional-commits.yml
@@ -16,6 +16,9 @@ on:
16
- reopened
17
- ready_for_review
18
19
20
21
22
23
check-conventional-commits:
24
runs-on: ubuntu-latest
.github/workflows/stale.yml
@@ -4,6 +4,11 @@ on:
4
schedule:
5
- cron: '0 0 * * *'
6
+ contents: write
+ issues: write
+ pull-requests: write
mark_stale:
name: Mark issues and PRs as Stale
0 commit comments