Skip to content

Commit

Permalink
Update and rename main.yml to TagBot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp authored Nov 5, 2020
1 parent df00e26 commit 59705e2
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/main.yml → .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@

# This GitHub action checks daily whether a new version of this package
# This GitHub action checks whether a new version of this package
# has been registred in the official registry.
# If so, it creates a new _release_:
# https://github.com/fonsp/Pluto.jl/releases
# https://github.com/fonsp/PlutoUI.jl/releases

name: TagBot

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
schedule:
- cron: '*/15 * * * *'
issue_comment:
types:
- created

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
TagBot:
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
runs-on: [ubuntu-latest]
steps:
- uses: JuliaRegistries/TagBot@v1
Expand Down

0 comments on commit 59705e2

Please sign in to comment.