File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 55 types :
66 - closed
77
8+ permissions :
9+ contents : read
10+ actions : write
11+
812jobs :
913 cleanup :
1014 name : Clear cache
1115 runs-on : ubuntu-latest
12-
16+
1317 steps :
1418 - name : Checkout repository
1519 uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
Original file line number Diff line number Diff line change 99permissions :
1010 actions : read
1111 contents : write
12+ pull-requests : write
1213
1314concurrency :
1415 group : publish-nuget
@@ -17,7 +18,7 @@ concurrency:
1718jobs :
1819 nuget :
1920 name : Publish
20- if : ${{ github.event.workflow_run.conclusion == 'success' && github.actor != 'dependabot[bot]' }}
21+ if : ${{ github.event.workflow_run.conclusion == 'success' && github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' }}
2122 uses : dailydevops/pipelines/.github/workflows/publish-nuget.yml@cb37352bc6f2f8b723d966d5d879625d3dd5413b # 1.3.13
2223 with :
2324 workflowName : ${{ github.event.workflow_run.name }}
You can’t perform that action at this time.
0 commit comments