File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed
Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 1717 description : " Whether to update Linear ticket status to Done"
1818 required : false
1919 type : boolean
20- default : true
20+ default : false
2121 secrets :
2222 LINEAR_API_KEY :
2323 required : true
Original file line number Diff line number Diff line change 88 release :
99 uses : dualentry/github-actions/.github/workflows/linear-slack-pr-merged.yml@main
1010 with :
11- base-branch : dev
12- # environment: production
13- update-linear-status : true
11+ # update-linear-status: true (if we want to update the linear status to done)
1412 secrets :
1513 LINEAR_API_KEY : ${{ secrets.LINEAR_API_KEY }}
1614 SLACK_RELEASE_CHANGELOG_WEBHOOK : ${{ secrets.SLACK_RELEASE_CHANGELOG_WEBHOOK }}
17- # GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Only needed if github-actions repo is private
Original file line number Diff line number Diff line change 88jobs :
99 notify :
1010 uses : dualentry/github-actions/.github/workflows/linear-slack-pr-opened.yml@main
11- with :
12- # environment: production
1311 secrets :
1412 LINEAR_API_KEY : ${{ secrets.LINEAR_API_KEY }}
1513 SLACK_RELEASE_CHANGELOG_WEBHOOK : ${{ secrets.SLACK_RELEASE_CHANGELOG_WEBHOOK }}
16- # GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Only needed if github-actions repo is private
You can’t perform that action at this time.
0 commit comments