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 c35ba49 commit 7a7c0c1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/pr-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@ jobs:
name: Add To GitHub projects
runs-on: ubuntu-latest
steps:
# Add to project
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/MewsSystems/projects/21
github-token: ${{ secrets.GITHUB_TOKEN }}
labeled: con.distribution documentation-only
label-operator: AND
github-token: ${{ secrets.GITHUB_TOKEN }}

## Add label
- uses: christianvuerings/[email protected]
with:
labels: con.distribution documenation-only

0 comments on commit 7a7c0c1

Please sign in to comment.