File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 46
46
47
47
# Create the PR for the work done by the "clean repo" tool
48
48
- name : create-pull-request
49
- uses : peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79
49
+ uses : peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f
50
50
with :
51
51
branch : create-cleanrepo-pull-request/patch
52
52
title : " Monthly chores: Automated repo cleanup"
Original file line number Diff line number Diff line change 52
52
dependabot-yml-path : " .github/dependabot.yml"
53
53
- name : Create pull request
54
54
if : github.event_name == 'workflow_dispatch' || github.repository_owner == 'dotnet'
55
- uses : peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79
55
+ uses : peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f
56
56
with :
57
57
branch : create-dependabotconfig-pull-request/patch
58
58
title : " Update dependabot.yml - automatically."
Original file line number Diff line number Diff line change 52
52
savedir : ' ./docs/whats-new'
53
53
54
54
- name : create-pull-request
55
- uses : peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79
55
+ uses : peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f
56
56
with :
57
57
branch : create-whatsnew-pull-request/patch
58
58
title : " What's new article"
You can’t perform that action at this time.
0 commit comments