Skip to content

Commit

Permalink
Merge pull request #11 from ucan-lab/chore-assign-author
Browse files Browse the repository at this point in the history
chore: assign author
  • Loading branch information
ucan-lab authored Apr 5, 2024
2 parents 5965dfd + d4cb647 commit d9a3610
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/assign-author.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Assign Author
on:
issues:
types: [opened]
pull_request:
types: [opened]
jobs:
assign-author:
if: ${{ ! contains(fromJson('["renovate[bot]", "dependabot[bot]"]'), github.actor) }}
permissions:
issues: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: technote-space/assign-author@v1

0 comments on commit d9a3610

Please sign in to comment.