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
|
# Auto assign author, tags, and reviewers to pull requests
|
||||||
name: "Auto Author Assign"
|
name: "Auto Assign Author"
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened]
|
types: [opened]
|
||||||
|
|||||||
@ -11,7 +11,7 @@ jobs:
|
|||||||
issues: write
|
issues: write
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/labeler@v4
|
- uses: actions/github-script@v5
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const github = require('@actions/github');
|
const github = require('@actions/github');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user