Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ukupat committed Apr 28, 2024
1 parent b4433ac commit cfe3829
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ on:
jobs:
trello:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: rematocorp/trello-integration-action@v9
with:
Expand Down Expand Up @@ -55,6 +53,7 @@ github-include-pr-comments: true

# Uses the branch name to find card id (e.g. feature/38-card-title).
# Comments card URL to the PR if found.
# NOTE: Make sure you set `pull-requests: write` permission for the job https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
# DEFAULT: false
github-include-pr-branch-name: false

Expand All @@ -65,6 +64,7 @@ github-allow-multiple-cards-in-pr-branch-name: false

# Creates a new Trello card from PR details if "/new-trello-card" is written in the PR description.
# Replaces "/new-trello-card" with the card link.
# NOTE: Make sure you set `pull-requests: write` permission for the job https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
# DEFAULT: false
github-include-new-card-command: false

Expand Down

0 comments on commit cfe3829

Please sign in to comment.