https://github.com/javierbarbero/DataEnvelopmentAnalysis.jl
Tip revision: ef5caf760c212460402b94db3f7c8623ee114f63 authored by Javier Barbero on 05 May 2021, 10:22:41 UTC
Version 0.5.0
Version 0.5.0
Tip revision: ef5caf7
TagBot.yml
name: TagBot
on:
issue_comment:
types:
- created
workflow_dispatch:
jobs:
TagBot:
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
runs-on: ubuntu-latest
steps:
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
ssh: ${{ secrets.DOCUMENTER_KEY }}