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 78a8b09 commit 6d95141Copy full SHA for 6d95141
.github/workflows/lock-closed.yml
@@ -3,6 +3,10 @@ on:
3
schedule:
4
- cron: "0 9 1 * *"
5
6
+permissions:
7
+ issues: write
8
+ pull-requests: write
9
+
10
jobs:
11
lock:
12
uses: mdn/workflows/.github/workflows/lock-closed.yml@main
.github/workflows/new-issues.yml
@@ -6,6 +6,10 @@ on:
- reopened
- opened
13
14
label-new-issues:
15
runs-on: ubuntu-latest
.github/workflows/pr-merge-conflicts.yml
@@ -5,6 +5,10 @@ on:
pull_request_target:
types: [synchronize]
+ # Label pull requests.
label-merge-conflicts:
uses: mdn/workflows/.github/workflows/pr-rebase-needed.yml@main
0 commit comments