Skip to content

Commit

Permalink
Merge pull request #434 from apache/changelog
Browse files Browse the repository at this point in the history
Run the changelog automatic updated every hour
  • Loading branch information
oscerd committed Sep 7, 2020
2 parents 5408d16 + 33b532c commit 242d200
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/automatic-changelog-update.yml
Expand Up @@ -18,14 +18,9 @@
name: Changelog

on:
pull_request:
types: [closed]

release:
types: [published]

issues:
types: [closed, edited]
schedule:
# Run every hour
- cron: '0 * * * *'

jobs:
generate_changelog:
Expand Down

0 comments on commit 242d200

Please sign in to comment.