Skip to content

Commit

Permalink
Testing auto-assign-issue with team
Browse files Browse the repository at this point in the history
  • Loading branch information
JamyGolden committed Aug 21, 2024
1 parent 874eb5a commit 8a6a0a8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
3 changes: 0 additions & 3 deletions .github/auto_assign-issues.yml

This file was deleted.

26 changes: 13 additions & 13 deletions .github/workflows/auto-assign-issues.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: Auto assignment for issues

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@v1
with:
assignees: JamyGolden
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:
repo-token: ${{ secrets.BOT_ACCESS_TOKEN }}
teams: tinty
numOfAssignee: 3

0 comments on commit 8a6a0a8

Please sign in to comment.