Skip to content

Commit

Permalink
Merge branch 'main' into bookmark-include
Browse files Browse the repository at this point in the history
  • Loading branch information
rmbielby authored Feb 17, 2025
2 parents 41649ac + 0c04df7 commit c017106
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/trello.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Trello PR card
on:
pull_request_target:
types:
- opened

jobs:
create-card:
runs-on: ubuntu-latest
steps:
- name: create a card
uses: nentgroup/pr-trello-action@v2
with:
api-key: '${{ secrets.TRELLO_API_KEY }}'
api-token: '${{ secrets.TRELLO_API_TOKEN }}'
list-id: '63ce5064a4859b0387f46b9b'
title-format: 'dfeshiny PR: ${title}'
label-ids: |
63ce4ffcbfa825468a8e2a69
67b33b30b7f808294a05b1ab

0 comments on commit c017106

Please sign in to comment.