Skip to content

Commit f086a2a

Browse files
authored
Merge 8c00811 into sapling-pr-archive-poteto
2 parents 9e10517 + 8c00811 commit f086a2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/discord_notify.yml

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
contents: read
1515
with:
1616
actor: ${{ github.event.pull_request.user.login }}
17-
is_remote: true
1817

1918
notify:
2019
if: ${{ needs.check_maintainer.outputs.is_core_team == 'true' }}

.github/workflows/label_core_team_prs.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55

66
permissions: {}
77

8+
permissions: {}
9+
810
env:
911
TZ: /usr/share/zoneinfo/America/Los_Angeles
1012
# https://github.com/actions/cache/blob/main/tips-and-workarounds.md#cache-segment-restore-timeout
@@ -18,7 +20,6 @@ jobs:
1820
contents: read
1921
with:
2022
actor: ${{ github.event.pull_request.user.login }}
21-
is_remote: true
2223

2324
label:
2425
if: ${{ needs.check_maintainer.outputs.is_core_team == 'true' }}

0 commit comments

Comments
 (0)