##// END OF EJS Templates
Fix exception causes all over the codebase
Fix exception causes all over the codebase

File last commit:

r25496:261bc98c
r25833:e0ea7222
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"