Skip to content

Commit

Permalink
Merge pull request #2933 from the-events-calendar/innov/project-link
Browse files Browse the repository at this point in the history
  • Loading branch information
bordoni authored Feb 20, 2024
2 parents 428360b + 8cc6731 commit 1c2f170
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/link-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: 'Link to Release Project'
on: [pull_request]
jobs:
link-project:
name: 'Link to Release Project'
runs-on: ubuntu-latest
steps:
- uses: the-events-calendar/gh-action-project-link@main
with:
github-token: ${{ secrets.GHA_BOT_TOKEN_MANAGER }}
template-project-url: https://github.com/orgs/the-events-calendar/projects/29
project-owner: 'tec-bot'
base-branch-pattern: 'release/*'
name-prefix-remove: 'release/'

0 comments on commit 1c2f170

Please sign in to comment.