File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1
1
name : TagBot
2
2
on :
3
- schedule :
4
- - cron : 0 * * * *
3
+ issue_comment : # THIS BIT IS NEW
4
+ types :
5
+ - created
6
+ workflow_dispatch :
5
7
jobs :
6
8
TagBot :
9
+ # THIS 'if' LINE IS NEW
10
+ if : github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
11
+ # NOTHING BELOW HAS CHANGED
7
12
runs-on : ubuntu-latest
8
13
steps :
9
14
- uses : JuliaRegistries/TagBot@v1
Original file line number Diff line number Diff line change 1
1
name = " InteractiveFixedEffectModels"
2
2
uuid = " 80307280-efb2-5c5d-af8b-a9c15821677b"
3
- version = " 1.1.0 "
3
+ version = " 1.1.1 "
4
4
5
5
[deps ]
6
6
DataFrames = " a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
@@ -19,11 +19,11 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
19
19
Vcov = " ec2bfdc2-55df-4fc9-b9ae-4958c2cf2486"
20
20
21
21
[compat ]
22
- DataFrames = " 0.21"
23
- FillArrays = " 0.7, 0.8, 0.9"
22
+ DataFrames = " 0.21, 0.22 "
23
+ FillArrays = " 0.7, 0.8, 0.9, 0.10 "
24
24
FixedEffectModels = " 1.3"
25
25
FixedEffects = " 2"
26
- LeastSquaresOptim = " 0.7"
26
+ LeastSquaresOptim = " 0.7, 0.8 "
27
27
Reexport = " 0.2"
28
28
StatsBase = " 0.33"
29
29
StatsModels = " 0.6"
You can’t perform that action at this time.
0 commit comments