##// END OF EJS Templates
DOC: Use valid completion in docs for unicode completions....
DOC: Use valid completion in docs for unicode completions. The unicode names are all upper case, so the example in the docstring doesn't actually work.

File last commit:

r25496:261bc98c
r25698:ed08ce50
Show More
release-notes.yml
16 lines | 450 B | text/x-yaml | YamlLexer
# Trigger the workflow on milestone events
on:
milestone:
types: [closed]
name: New Release
jobs:
create-release-notes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Create Release Notes
uses: docker://decathlon/release-notes-generator-action:2.0.1
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_NOTES_TOKEN }}
OUTPUT_FOLDER: temp_release_notes
USE_MILESTONE_TITLE: "true"