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 2396732 commit 376ad04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ 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 @@ -22,6 +23,8 @@ jobs:
# github-token: ${{ secrets.GITHUB_TOKEN }}

## Add label
- uses: actions/checkout@v2
- uses: christianvuerings/[email protected]
with:
labels: con.distribution documenation-only
issue_number: ${{ github.event.pull_request.number }}

0 comments on commit 376ad04

Please sign in to comment.