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 443eb10 commit 4aff414
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/auto-assign.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Auto assign
name: Auto-assign Issue
on:
issues:
types: [opened]
Expand All @@ -12,8 +12,8 @@ jobs:
pull-requests: write

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

0 comments on commit 4aff414

Please sign in to comment.