We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dae9d68 commit d7ad8e4Copy full SHA for d7ad8e4
.github/workflows/auto-assign.yaml
@@ -0,0 +1,15 @@
1
+name: Auto Assign PR
2
+
3
+on:
4
+ pull_request:
5
+ types:
6
+ - opened
7
8
+jobs:
9
+ add_assignees:
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - uses: actions-ecosystem/action-add-assignees@v1
13
+ with:
14
+ repo_token: "${{ secrets.GITHUB_TOKEN }}"
15
+ assignees: ${{ github.actor }}
.github/workflows/labeler.yml
@@ -1,4 +1,5 @@
name: "Pull Request Labeler"
on:
- pull_request_target
0 commit comments