bpmn-io / actions

The custom github actions used by the bpmn-io team
Other
0 stars 5 forks source link

Allow to interpolate the previous weekly URL #13

Closed multani closed 10 months ago

multani commented 10 months ago

This adds a new template placeholder previousIssueURL that allows to add into the weekly issue a link to the previous weekly issue.

If the placeholder doesn't exist, the action should work as before, but this will only work if the GitHub Action is triggered from an "issue" event.

The README is also extended a bit to explain how the template should be written.

Closes: #12

barmac commented 10 months ago

Oh, I forgot to check the commit message. At this org, we follow the conventional commits (cf. https://github.com/bpmn-io/.github/blob/master/.github/CONTRIBUTING.md).

barmac commented 10 months ago

 Fixed at main.

multani commented 10 months ago

Thanks @barmac and sorry for the wrong commit message!