Skip to content

Commit

Permalink
Create pr-automation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrahermanek authored Jun 11, 2024
1 parent 30e0b79 commit c35ba49
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/pr-automation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Add every PR to a project and apply distribution label

on:
pull_request:
branches: [ "master" ]

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

jobs:
add-to-project:
name: Add To GitHub projects
runs-on: ubuntu-latest
steps:
- 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

0 comments on commit c35ba49

Please sign in to comment.