Skip to content

Commit

Permalink
Update pr-automation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrahermanek authored Jun 11, 2024
1 parent d8b7e23 commit 2305519
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pr-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 2305519

Please sign in to comment.