Skip to content

Commit

Permalink
chore: update auto-assign workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ialejandro committed Aug 6, 2024
1 parent 9496dde commit b2351d3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/auto-assign.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Auto-assign Issue
on:
issues:
types: [opened]
pull_request:
types: [opened]
jobs:
run:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write

steps:
- name: 'auto-assign issue'
uses: pozil/auto-assign-issue@v2
with:
repo-token: ${{ secrets.PAT_GITHUB }}
teams: devops-ia

0 comments on commit b2351d3

Please sign in to comment.