We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7af5d1a + 33cd075 commit 6d78a32Copy full SHA for 6d78a32
.github/workflows/TagBot.yml
@@ -0,0 +1,15 @@
1
+name: TagBot
2
+on:
3
+ issue_comment:
4
+ types:
5
+ - created
6
+ workflow_dispatch:
7
+jobs:
8
+ TagBot:
9
+ if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - uses: JuliaRegistries/TagBot@v1
13
+ with:
14
+ token: ${{ secrets.GITHUB_TOKEN }}
15
+ ssh: ${{ secrets.DOCUMENTER_KEY }}
Project.toml
@@ -1,6 +1,6 @@
name = "MetaGraphs"
uuid = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
-version = "0.7.0"
+version = "0.7.1"
[deps]
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
0 commit comments