We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bbedf1b + 125ec26 commit 676e9f7Copy full SHA for 676e9f7
2 files changed
β.github/ISSUE_TEMPLATE/script-addition.ymlβ
@@ -1,4 +1,4 @@
1
-name: Feature Request π‘
+name: Script Addition π»
2
description: Have any new script you wish to add? Please use this!
3
title: "[Feat] <description>"
4
labels: ["goal: script-addition"]
β.github/workflows/author-assign-pr.ymlβ
@@ -0,0 +1,16 @@
+name: "Author Assign PR"
+
+on:
+ pull_request_target:
5
+ types: [opened, reopened]
6
7
+permissions:
8
+ pull-requests: write
9
10
+jobs:
11
+ assign-author:
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - uses: toshimaru/auto-author-assign@v1.6.2
15
+ with:
16
+ repo-token: "${{ secrets.GITHUB_TOKEN }}" # GITHUB_TOKEN will be used by default
0 commit comments