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 6a5c891 commit 243ebb8Copy full SHA for 243ebb8
2 files changed
.github/workflows/pr_assignee.yml
@@ -1,19 +1,19 @@
1
name: Assign PR to creator
2
3
-# Due to GitHub token limitation, only able to assign org members not authors from forks.
4
-# https://github.com/thomaseizinger/assign-pr-creator-action/issues/3
5
-
6
on:
7
- pull_request:
+ pull_request_target:
8
types: [opened]
9
branches-ignore:
10
- l10n_dev
11
+permissions:
+ pull-requests: write
+
12
jobs:
13
automation:
14
runs-on: ubuntu-latest
15
steps:
16
- name: Assign PR to creator
17
- uses: thomaseizinger/assign-pr-creator-action@v1.0.0
+ uses: toshimaru/auto-author-assign@v2.1.1
18
with:
19
repo-token: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/pr_milestone.yml
@@ -6,6 +6,9 @@ on:
pull_request:
0 commit comments