Skip to content

Commit 336252d

Browse files
authored
Merge pull request #9 from planningcenter/sb/bot-assignee
🤖 Allow specifying a bot-assignee
2 parents 2999b8d + b87578a commit 336252d

File tree

5 files changed

+61139
-7216
lines changed

5 files changed

+61139
-7216
lines changed

action.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: "Pull Assign"
22
description: "a Github action to assign a PR to the author"
33
inputs:
4-
github_token:
5-
description: A GitHub token.
4+
bot-assignee:
5+
description: A user to assign bot-authored PRs to.
66
required: false
7-
default: ${{ github.token }}
87
runs:
98
using: node20
109
main: "dist/index.js"

0 commit comments

Comments
 (0)