Skip to content

Commit

Permalink
Add update changelog workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
KshitijThareja committed Feb 12, 2024
1 parent de28f0e commit 9c1788b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Check PR for Changelog

on:
pull_request:
types: [opened, edited, reopened]
types: [opened, edited, reopened, closed]

jobs:
check-description:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: pr-description-info
path: pr-description-info

- name: Check if PR is from dependabot
id: check-dependabot
Expand Down

0 comments on commit 9c1788b

Please sign in to comment.