Skip to content

Commit

Permalink
Merge pull request #31 from 0x1-company/auto-assign
Browse files Browse the repository at this point in the history
chore: 🤖 auto assign
  • Loading branch information
tomokisun authored Dec 27, 2023
2 parents ae4a717 + a706737 commit cd1a51e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/auto-assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Auth Assign

on:
pull_request:
types: opened

permissions:
pull-requests: write
repository-projects: read

jobs:
auto-assign:
runs-on: ubuntu-latest
steps:
- name: Set GitHub assignees
env:
GH_TOKEN: ${{ github.token }}
run: gh pr edit ${{ github.event.number }} --add-assignee ${{ github.actor }} --repo ${{ github.repository }}

0 comments on commit cd1a51e

Please sign in to comment.