Skip to content

Bump js-yaml from 4.1.0 to 4.1.1 in the npm_and_yarn group across 1 directory #85

Bump js-yaml from 4.1.0 to 4.1.1 in the npm_and_yarn group across 1 directory

Bump js-yaml from 4.1.0 to 4.1.1 in the npm_and_yarn group across 1 directory #85

Workflow file for this run

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/[email protected]
with:
project-url: https://github.com/orgs/adapt-security/projects/5
github-token: ${{ secrets.PROJECTS_SECRET }}