File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 37
37
38
38
# move any issues to that milestone in the event the release is renamed
39
39
- name : sync milestones
40
- uses : RocketSurgeonsGuild/actions/sync-milestone@v0.2.3
40
+ uses : RocketSurgeonsGuild/actions/sync-milestone@v0.2.4
41
41
with :
42
42
default-label : ' mysterious'
43
43
github-token : ${{ secrets.OMNISHARP_BOT_TOKEN }}
Original file line number Diff line number Diff line change 48
48
echo "::set-output name=repository::$($parts[1])"
49
49
50
50
- name : sync milestones
51
- uses : RocketSurgeonsGuild/actions/sync-milestone@v0.2.3
51
+ uses : RocketSurgeonsGuild/actions/sync-milestone@v0.2.4
52
52
with :
53
53
default-label : ' mysterious'
54
54
github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 15
15
uses : actions/checkout@v2
16
16
17
17
- name : sync milestones
18
- uses : RocketSurgeonsGuild/actions/sync-milestone@v0.2.3
18
+ uses : RocketSurgeonsGuild/actions/sync-milestone@v0.2.4
19
19
with :
20
20
default-label : ' mysterious'
21
21
github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -23,6 +23,9 @@ pull_request_rules:
23
23
label :
24
24
remove :
25
25
- ' merge'
26
+ - ' github-actions'
27
+ - ' javascript'
28
+ - ' .NET'
26
29
delete_head_branch : {}
27
30
- name : automatic merge for JetBrains.ReSharper.CommandLineTools pull requests
28
31
conditions :
Original file line number Diff line number Diff line change 28
28
<PackageReference Update =" xunit" Version =" 2.4.1" />
29
29
<PackageReference Update =" FluentAssertions" Version =" 5.10.3" />
30
30
<PackageReference Update =" NSubstitute" Version =" 4.2.1" />
31
- <PackageReference Update =" DryIoc.dll" Version =" 4.2.5" />
32
- <PackageReference Update =" DryIoc.Microsoft.DependencyInjection " Version =" 4.0.0" />
33
31
<PackageReference Update =" Serilog.Extensions.Logging" Version =" 2.0.2" />
34
32
<PackageReference Update =" Serilog.Sinks.XUnit" Version =" 1.0.21" />
35
33
<PackageReference Update =" XunitXml.TestLogger" Version =" 2.1.26" />
You can’t perform that action at this time.
0 commit comments