-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move changelog and add changelog reminder #111
Conversation
on: | ||
pull_request: | ||
types: [opened, ready_for_review] | ||
|
||
name: Changelog Reminder | ||
|
||
jobs: | ||
remind: | ||
name: Changelog Reminder | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@master | ||
- name: Changelog Reminder | ||
uses: peterjgrainger/action-changelog-reminder@v1.3.0 | ||
with: | ||
changelog_regex: '.github/CHANGELOG.md' | ||
customPrMessage: | | ||
Hello. You may have forgotten to update the changelog! | ||
Please edit [.github/CHANGELOG.md](/PennyLaneAI/pennylane-lightning/blob/master/.github/CHANGELOG.md) with: | ||
* A one-to-two sentence description of the change. You may include a small working example for new features. | ||
* A link back to this PR. | ||
* Your name (or GitHub username) in the contributors section. | ||
env: | ||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just an updated version of https://github.com/PennyLaneAI/pennylane/blob/master/.github/workflows/changelog_reminder.yml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, this completely skipped my notifications. Looks good to me!
Codecov Report
@@ Coverage Diff @@
## master #111 +/- ##
=======================================
Coverage 98.14% 98.14%
=======================================
Files 3 3
Lines 54 54
=======================================
Hits 53 53
Misses 1 1 Continue to review full report at Codecov.
|
on: | ||
pull_request: | ||
types: [opened, ready_for_review] | ||
|
||
name: Changelog Reminder | ||
|
||
jobs: | ||
remind: | ||
name: Changelog Reminder | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@master | ||
- name: Changelog Reminder | ||
uses: peterjgrainger/action-changelog-reminder@v1.3.0 | ||
with: | ||
changelog_regex: '.github/CHANGELOG.md' | ||
customPrMessage: | | ||
Hello. You may have forgotten to update the changelog! | ||
Please edit [.github/CHANGELOG.md](/PennyLaneAI/pennylane-lightning/blob/master/.github/CHANGELOG.md) with: | ||
* A one-to-two sentence description of the change. You may include a small working example for new features. | ||
* A link back to this PR. | ||
* Your name (or GitHub username) in the contributors section. | ||
env: | ||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, this completely skipped my notifications. Looks good to me!
No description provided.