Skip to content

Add every PR to a project and apply distribution label #2

Add every PR to a project and apply distribution label

Add every PR to a project and apply distribution label #2

Workflow file for this run

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:
# Add to project
- uses: actions/add-to-project@v1.0.1
with:
project-url: https://github.com/orgs/MewsSystems/projects/21
github-token: ${{ secrets.GITHUB_TOKEN }}
## Add label
- uses: christianvuerings/add-labels@v1.1
with:
labels: con.distribution documenation-only