Skip to content

Commit

Permalink
Merge pull request #10 from doraemonho/main
Browse files Browse the repository at this point in the history
TagBot Update
  • Loading branch information
doraemonho authored Mar 9, 2023
2 parents 0fde5b6 + df8c722 commit a4ffbeb
Show file tree
Hide file tree
Showing 22 changed files with 42 additions and 3,032 deletions.
33 changes: 33 additions & 0 deletions .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: TagBot
on:
issue_comment:
types:
- created
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:
TagBot:
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
runs-on: ubuntu-latest
steps:
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
# Edit the following line to reflect the actual name of the GitHub Secret containing your private key
ssh: ${{ secrets.DOCUMENTER_KEY }}
# ssh: ${{ secrets.NAME_OF_MY_SSH_PRIVATE_KEY_SECRET }}
210 changes: 0 additions & 210 deletions src/datastructure.jl

This file was deleted.

127 changes: 0 additions & 127 deletions src/src/DiagnosticWrapper.jl

This file was deleted.

Loading

0 comments on commit a4ffbeb

Please sign in to comment.