Skip to content

Commit 7796e75

Browse files
committed
main-chore(refactor): refactor has been put in place at "2026-01-05T09:09:23Z"
1 parent 624cf11 commit 7796e75

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

.github/workflows/linear-slack-pr-merged.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
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

examples/linear-pr-merged.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ jobs:
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

examples/linear-pr-opened.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ on:
88
jobs:
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

0 commit comments

Comments
 (0)