Skip to content

Commit 4ea3dea

Browse files
committed
chore: test
1 parent bb51aef commit 4ea3dea

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

.github/workflows/test-close-release-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
test:
11-
name: Typos
11+
name: test
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v6.0.2

actions/close-release-issue/action.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@ name: Close Release Issues
22
description: Close issues with release label when merging release branch
33

44
inputs:
5-
branch-name:
6-
description: The branch name to check and close issues for (e.g. release/1.2.3)
5+
token:
6+
description: GitHub token
77
required: true
8+
dry-run:
9+
description: Whether to run in dry-run mode
10+
required: false
11+
default: false
812

913
runs:
1014
using: node24
1115
main: ../../packages/close-release-issue/dist/index.mjs
16+
with:
17+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)