Skip to content

Commit

Permalink
Merge branch 'main' into capture
Browse files Browse the repository at this point in the history
  • Loading branch information
tomokisun authored Dec 27, 2023
2 parents 3225b7a + 03d7167 commit 1c92e40
Show file tree
Hide file tree
Showing 2 changed files with 21 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 }}
3 changes: 3 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: "Pull Request Labeler"
on:
- pull_request

permissions:
pull-requests: write

jobs:
triage:
permissions:
Expand Down

0 comments on commit 1c92e40

Please sign in to comment.