We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e10517 + 8c00811 commit f086a2aCopy full SHA for f086a2a
.github/workflows/discord_notify.yml
@@ -14,7 +14,6 @@ jobs:
14
contents: read
15
with:
16
actor: ${{ github.event.pull_request.user.login }}
17
- is_remote: true
18
19
notify:
20
if: ${{ needs.check_maintainer.outputs.is_core_team == 'true' }}
.github/workflows/label_core_team_prs.yml
@@ -5,6 +5,8 @@ on:
5
6
permissions: {}
7
8
+permissions: {}
9
+
10
env:
11
TZ: /usr/share/zoneinfo/America/Los_Angeles
12
# https://github.com/actions/cache/blob/main/tips-and-workarounds.md#cache-segment-restore-timeout
@@ -18,7 +20,6 @@ jobs:
21
22
23
24
label:
25
0 commit comments