Skip to content

Commit

Permalink
Update TagBot config
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens committed Apr 2, 2024
1 parent 6e1c40d commit a0389a2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: TagBot

on:
issue_comment:
types:
Expand All @@ -7,6 +8,7 @@ on:
inputs:
lookback:
default: 3

permissions:
actions: read
checks: read
Expand All @@ -20,6 +22,7 @@ permissions:
repository-projects: read
security-events: read
statuses: read

jobs:
TagBot:
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
Expand All @@ -29,3 +32,13 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
ssh: ${{ secrets.SSH_KEY }}
changelog: |
{% if custom %}
{{ custom }}
{% endif %}
The changes are documented in the [`CHANGELOG.md`](https://github.com/JuliaTesting/Aqua.jl/blob/{{ version }}/CHANGELOG.md) file.
{% if previous_release %}
[Diff since {{ previous_release }}]({{ compare_url }})
{% endif %}

0 comments on commit a0389a2

Please sign in to comment.