We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6f2f02 commit 04bd78aCopy full SHA for 04bd78a
.github/workflows/assign_next_release_milestone.yml
@@ -8,7 +8,6 @@ on:
8
- 'README.md'
9
- 'LICENSE'
10
- '.gitignore'
11
- - '.github/**'
12
workflow_dispatch:
13
inputs:
14
dry_run:
@@ -48,4 +47,4 @@ jobs:
48
47
GITHUB_TOKEN: ${{ env.GH_TOKEN }}
49
GITHUB_REPOSITORY: ${{ github.repository }}
50
DRY_RUN: ${{ github.event.inputs.dry_run || 'false' }}
51
- run: node .github/scripts/assign-next-release-milestone.js
+ run: node .github/scripts/assign-next-release-milestone.js
0 commit comments