Skip to content

chore: synced file(s) with orange-cloudavenue/workflows #7

chore: synced file(s) with orange-cloudavenue/workflows

chore: synced file(s) with orange-cloudavenue/workflows #7

Workflow file for this run

# --------------------------------------------------------------
# WARNING: This file is managed by centralized sync management system.
# Do not edit this file directly, your changes will be overwritten.
# See https://github.com/orange-cloudavenue/workflows for more information.
# --------------------------------------------------------------
name: Add issue/PR to project
on:
issues:
types: [ opened, reopened, transferred, labeled ]
pull_request:
types: [ opened, reopened, labeled ]
permissions:
contents: write
pull-requests: write
jobs:
publish-in-project:
name: "Add issue/PR to project"
uses: orange-cloudavenue/workflows/.github/workflows/project.yml@main
secrets:
TOKEN: ${{ secrets.CHANGELOG_PAT }}