-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d8b7e23
commit 2305519
Showing
1 changed file
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,6 @@ name: Add every PR to a project and apply distribution label | |
|
||
on: | ||
pull_request: | ||
branches: [ "master" ] | ||
types: [ open, reopen ] | ||
|
||
# Allows you to run this workflow manually from the Actions tab | ||
workflow_dispatch: | ||
|
@@ -23,7 +21,7 @@ jobs: | |
# github-token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
## Add label | ||
- name: Assign QA project | ||
- name: Assign tech.be project | ||
uses: srggrs/[email protected] | ||
if: github.event.action == 'opened' | ||
with: | ||
|