Skip to content

Commit

Permalink
ci: octodog assign pr number to news fragment (#2358)
Browse files Browse the repository at this point in the history
Co-Authored-By: Joongi Kim <joongi@lablup.com>
  • Loading branch information
Yaminyam and achimnol committed Oct 22, 2024
1 parent b703459 commit 3dee57b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/timeline-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip:changelog') && github.event.pull_request.number != null && github.event.pull_request.merged == false }}
uses: ./.github/workflows/pr-number-assign.yml
secrets:
WORKFLOW_PAT: ${{ secrets.WORKFLOW_PAT }}
WORKFLOW_PAT: ${{ secrets.OCTODOG }}

towncrier:
needs: [pr-number-assign]
Expand Down
1 change: 1 addition & 0 deletions changes/2358.misc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix broken the workflow call for the action that auto-assigns PR numbers to news fragments

0 comments on commit 3dee57b

Please sign in to comment.