This repository has been archived by the owner on Feb 5, 2024. It is now read-only.
Very small typo in devices doc page #153
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/[email protected] | |
with: | |
changelog_regex: '.github/CHANGELOG.md' | |
customPrMessage: | | |
Hello. You may have forgotten to update the changelog! | |
Please edit [.github/CHANGELOG.md](/PennyLaneAI/pennylane-lightning-gpu/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 }}" |