Skip to content

Commit 04bd78a

Browse files
Removed .github folder
see: #1243 (comment)
1 parent b6f2f02 commit 04bd78a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/assign_next_release_milestone.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
- 'README.md'
99
- 'LICENSE'
1010
- '.gitignore'
11-
- '.github/**'
1211
workflow_dispatch:
1312
inputs:
1413
dry_run:
@@ -48,4 +47,4 @@ jobs:
4847
GITHUB_TOKEN: ${{ env.GH_TOKEN }}
4948
GITHUB_REPOSITORY: ${{ github.repository }}
5049
DRY_RUN: ${{ github.event.inputs.dry_run || 'false' }}
51-
run: node .github/scripts/assign-next-release-milestone.js
50+
run: node .github/scripts/assign-next-release-milestone.js

0 commit comments

Comments
 (0)