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 d34f75f commit 1a6ec26Copy full SHA for 1a6ec26
2 files changed
.github/workflows/auto-assign.yml
@@ -0,0 +1,21 @@
1
+name: Auto assign PR author
2
+
3
+on:
4
+ issues:
5
+ types: [ opened, reopened ]
6
+ pull_request_target:
7
8
+ workflow_call:
9
10
+permissions:
11
+ issues: write
12
+ pull-requests: write
13
14
+jobs:
15
+ assign-author:
16
+ runs-on: ubuntu-latest
17
+ steps:
18
+ - name: Auto assign PR author
19
+ uses: toshimaru/auto-author-assign@v3.0.1
20
+ with:
21
+ repo-token: ${{ github.token }}
resources/github-actions/auto-assign.yml
@@ -0,0 +1,14 @@
+name: Auto assign
+ types: [opened, reopened]
+ auto-assign:
+ permissions:
+ uses: php-fast-forward/dev-tools/.github/workflows/auto-assign.yml@main
0 commit comments