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 d315709 commit 96e29f9Copy full SHA for 96e29f9
.github/workflows/dedup.yml
@@ -6,6 +6,7 @@ on:
6
7
jobs:
8
deduplicate:
9
+ name: Check
10
runs-on: ubuntu-latest
11
timeout-minutes: 10
12
permissions:
.github/workflows/triage.yml
@@ -5,11 +5,13 @@ on:
5
triage-issue:
+ name: Triage
contents: read
13
issues: write
14
+ id-token: write
15
16
steps:
17
- name: Checkout repository
0 commit comments