Skip to content

build(deps): bump clap from 4.5.1 to 4.5.3 #62

build(deps): bump clap from 4.5.1 to 4.5.3

build(deps): bump clap from 4.5.1 to 4.5.3 #62

name: add needs-review pull requests to projects
on:
pull_request:
types:
- labeled
jobs:
add-to-project:
name: Add pull request to project
runs-on: ubuntu-latest
steps:
- name: register pull requests with release planning project
uses: actions/[email protected]
with:
project-url: https://github.com/orgs/varfish-org/projects/2
labeled: needs-review
github-token: ${{ secrets.BOT_TOKEN }}