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 8620950 commit 2396732
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
add-to-project:
Expand All @@ -19,9 +22,6 @@ jobs:
# github-token: ${{ secrets.GITHUB_TOKEN }}

## Add label
- uses: actions/checkout@v2
- uses: tella-adam/add-labels@v1
- uses: christianvuerings/[email protected]
with:
labels: con.distribution documenation-only
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2396732

Please sign in to comment.