Skip to content

Commit

Permalink
autoassign and bump-version
Browse files Browse the repository at this point in the history
  • Loading branch information
atareao committed Sep 8, 2024
1 parent cc31cef commit a7551f5
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions .github/workflows/autoassign.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
name: Issue assignment

on:
issues:
types: [opened]
issues:
types:
- opened

jobs:
auto-assign:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: 'Auto-assign issue'
uses: pozil/auto-assign-issue@v2
with:
assignees: atareao
numOfAssignee: 1
allowSelfAssign: true
auto-assign:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: 'Auto-assign issue'
uses: pozil/auto-assign-issue@v2
with:
assignees: atareao
numOfAssignee: 1
allowSelfAssign: true

0 comments on commit a7551f5

Please sign in to comment.