diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml new file mode 100644 index 00000000..d77d3a0c --- /dev/null +++ b/.github/workflows/TagBot.yml @@ -0,0 +1,11 @@ +name: TagBot +on: + schedule: + - cron: 0 * * * * +jobs: + TagBot: + runs-on: ubuntu-latest + steps: + - uses: JuliaRegistries/TagBot@v1 + with: + token: ${{ secrets.GITHUB_TOKEN }} diff --git a/Project.toml b/Project.toml index 0aefe334..765af693 100644 --- a/Project.toml +++ b/Project.toml @@ -18,12 +18,12 @@ StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4" ThreadPools = "b189fb0b-2eb5-4ed4-bc0c-d34c51242431" [compat] -Julia ">= 1" -Chemfiles ">= 0.9.3" -FortranFiles ">= 0.6.0" -JSON3 ">= 1.1.1" -PDBTools ">= 0.3.0" -Parameters ">= 0.12.1" -ProgressMeter ">= 1.3.1" -StructTypes ">= 1.1.0" -ThreadPools ">= 1.1.3" +julia = "1" +Chemfiles = "0.9.3" +FortranFiles = "0.6.0" +JSON3 = "1.1.1" +PDBTools = "0.3.0" +Parameters = "0.12.1" +ProgressMeter= "1.3.1" +StructTypes = "1.1.0" +ThreadPools = "1.1.3"