Browse Source

Update TagBot.yml

pull/6/head
Fredrik Ekre 2 years ago committed by GitHub
parent
commit
204884a645
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 16
      .github/workflows/TagBot.yml

16
.github/workflows/TagBot.yml

@ -4,6 +4,22 @@ on:
types: types:
- created - created
workflow_dispatch: workflow_dispatch:
inputs:
lookback:
default: '3'
permissions:
actions: read
checks: read
contents: write
deployments: read
issues: read
discussions: read
packages: read
pages: read
pull-requests: read
repository-projects: read
security-events: read
statuses: read
jobs: jobs:
TagBot: TagBot:
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot' if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'

Loading…
Cancel
Save