Bump adapt-authoring-langpack-en from 6150270
to f82b3d6
#101
This file contains hidden or 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 labelled PRs to project | |
on: | |
pull_request: | |
types: [ labeled ] | |
jobs: | |
add-to-project: | |
if: ${{ github.event.label.name == 'dependencies' }} | |
name: Add to main project | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/add-to-project@v0.1.0 | |
with: | |
project-url: https://github.com/orgs/adapt-security/projects/5 | |
github-token: ${{ secrets.PROJECTS_SECRET }} |