Skip to content

Commit 867d8c6

Browse files
ci: substitui comment-commands.yml por autoassign-issue-v1.yml (#608)
O arquivo comment-commands.yml foi removido e substituído pelo workflow compartilhado autoassign-issue-v1.yml do repositório cumbucadev/shared-workflows. Essa mudança mantém o mesmo comportamento de autoatribuição de issues via comentário. Co-authored-by: Nilton Pimentel <63605485+niltonpimentel02@users.noreply.github.com>
1 parent 2119889 commit 867d8c6

2 files changed

Lines changed: 16 additions & 31 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Autoassign issue
2+
3+
on:
4+
issue_comment:
5+
types:
6+
- created
7+
8+
permissions:
9+
contents: read
10+
issues: write
11+
pull-requests: write
12+
13+
jobs:
14+
issue_assign:
15+
name: "Call `Autoassign issue` shared workflow"
16+
uses: cumbucadev/shared-workflows/.github/workflows/autoassign-issue-v1.yml@main

.github/workflows/comment-commands.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)