Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/support/3.0' into support/3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eespie committed Sep 26, 2024
2 parents 8c70495 + 8141723 commit eb1ecff
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Add PRs to Combodo PRs Dashboard

on:
pull_request_target:
types:
- opened

jobs:
add-to-project:
name: Add PR to Combodo Project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/Combodo/projects/5
github-token: ${{ secrets.PR_AUTOMATICALLY_ADD_TO_PROJECT }}

0 comments on commit eb1ecff

Please sign in to comment.