File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : TagBot
22on :
3- schedule :
4- - cron : 0 * * * *
3+ issue_comment :
4+ types :
5+ - created
6+ workflow_dispatch :
57jobs :
68 TagBot :
9+ if : github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
710 runs-on : ubuntu-latest
811 steps :
912 - uses : JuliaRegistries/TagBot@v1
1013 with :
11- token : ${{ secrets.GITHUB_TOKEN }}
14+ token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 11name = " FixedEffectModels"
22uuid = " 9d5cd8c9-2029-5cab-9928-427838db53e3"
3- version = " 1.3.0 "
3+ version = " 1.3.1 "
44
55[deps ]
66DataFrames = " a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
@@ -16,7 +16,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
1616Vcov = " ec2bfdc2-55df-4fc9-b9ae-4958c2cf2486"
1717
1818[compat ]
19- DataFrames = " 0.21"
19+ DataFrames = " 0.21, 0.22 "
2020FixedEffects = " 2"
2121Reexport = " 0.1, 0.2"
2222StatsBase = " 0.33"
You can’t perform that action at this time.
0 commit comments