Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Lemmens committed Jun 19, 2024
1 parent 117f8de commit f9a9748
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .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 Down Expand Up @@ -48,4 +51,4 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
ssh: ${{ secrets.DOCUMENTER_KEY }}
subdir: XsdToStruct.jl
subdir: XsdToStruct.jl

0 comments on commit f9a9748

Please sign in to comment.