##// END OF EJS Templates
autoformat docstrings in ultratb
autoformat docstrings in ultratb

File last commit:

r25496:261bc98c
r25951:85e50bb5
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"