Skip to content

Commit 1dfd581

Browse files
committed
ci: fix permissions + migrate to fresher action
1 parent 1f81ea0 commit 1dfd581

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/pr_assignee.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,14 @@ on:
99
branches-ignore:
1010
- l10n_dev
1111

12+
permissions:
13+
pull-requests: write
14+
1215
jobs:
1316
automation:
1417
runs-on: ubuntu-latest
1518
steps:
1619
- name: Assign PR to creator
17-
uses: thomaseizinger/[email protected]
20+
uses: toshimaru/[email protected]
1821
with:
1922
repo-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/pr_milestone.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
pull_request:
77
types: [opened]
88

9+
permissions:
10+
pull-requests: write
11+
912
jobs:
1013
automation:
1114
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)