Skip to content

Commit b5f3302

Browse files
committed
ci: substitui comment-commands.yml por autoassign-issue-v1.yml`
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.
1 parent 5115aef commit b5f3302

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)