nits
This commit is contained in:
parent
c61d23cd01
commit
34d3846e06
2
.github/workflows/auto-assign-author.yml
vendored
2
.github/workflows/auto-assign-author.yml
vendored
@ -1,5 +1,5 @@
|
||||
# Auto assign author, tags, and reviewers to pull requests
|
||||
name: "Auto Author Assign"
|
||||
name: "Auto Assign Author"
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened]
|
||||
|
||||
@ -11,7 +11,7 @@ jobs:
|
||||
issues: write
|
||||
pull-requests: write
|
||||
steps:
|
||||
- uses: actions/labeler@v4
|
||||
- uses: actions/github-script@v5
|
||||
with:
|
||||
script: |
|
||||
const github = require('@actions/github');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user