Skip to content

Commit

Permalink
fix: adjust workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GersonRS committed Apr 27, 2024
1 parent a710ded commit 0daa9fc
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/teste.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
on:
pull_request:
types:
- opened
- reopened
push:
branches:
- develop
Expand All @@ -17,12 +21,6 @@ jobs:
uses: actions/[email protected]
with:
project-url: https://github.com/users/GersonRS/projects/2
github-token: ${{ steps.generate-token.outputs.token }}
github-token: ${{ secrets.GITHUB_TOKEN }}
labeled: bug, needs-triage
label-operator: NOT

- name: Add PR
uses: actions/[email protected]
with:
project-url: https://github.com/users/GersonRS/projects/2
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0daa9fc

Please sign in to comment.