Add every PR to a project and apply distribution label #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |