https://github.com/javierbarbero/DataEnvelopmentAnalysis.jl
Tip revision: 4d9710d05b4e2a9254571b45db0630c1e77a8d44 authored by Javier Barbero on 14 January 2026, 10:51:05 UTC
Bump version to 0.9.2
Bump version to 0.9.2
Tip revision: 4d9710d
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 }}
