Skip to content

Bump docker/metadata-action from 5.6.1 to 5.7.0 #9

Bump docker/metadata-action from 5.6.1 to 5.7.0

Bump docker/metadata-action from 5.6.1 to 5.7.0 #9

Workflow file for this run

name: Manage PRs
on:
pull_request:
types:
- opened
- reopened
jobs:
add-to-project:
name: Add PR to project
runs-on: ubuntu-latest
steps:
# add PR to project if it is a depdendabot PR
- uses: actions/[email protected]
if: ${{ contains(github.event.pull_request.labels.*.name, 'dependencies') }}
with:
# You can target a project in a different organization
# to the issue
project-url: https://github.com/orgs/nfdi4plants/projects/10
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}