Skip to content

Commit bcff71a

Browse files
feat(deps): update contributor-assistant/github-action action to v2.5.1 (#68)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [contributor-assistant/github-action](https://togithub.com/contributor-assistant/github-action) | action | minor | `v2.4.0` -> `v2.5.1` | --- ### Release Notes <details> <summary>contributor-assistant/github-action (contributor-assistant/github-action)</summary> ### [`v2.5.1`](https://togithub.com/contributor-assistant/github-action/releases/tag/v2.5.1) [Compare Source](https://togithub.com/contributor-assistant/github-action/compare/v2.5.0...v2.5.1) ##### What's Changed - Update action.yml by [@&#8203;ibakshay](https://togithub.com/ibakshay) in [https://github.com/contributor-assistant/github-action/pull/159](https://togithub.com/contributor-assistant/github-action/pull/159) **Full Changelog**: contributor-assistant/github-action@v2.5.0...v2.5.1 ### [`v2.5.0`](https://togithub.com/contributor-assistant/github-action/releases/tag/v2.5.0) [Compare Source](https://togithub.com/contributor-assistant/github-action/compare/v2.4.0...v2.5.0) ##### What's Changed - ci: `Node v16` is deprecated by [@&#8203;azzamsa](https://togithub.com/azzamsa) in [https://github.com/contributor-assistant/github-action/pull/156](https://togithub.com/contributor-assistant/github-action/pull/156) ##### New Contributors - [@&#8203;azzamsa](https://togithub.com/azzamsa) made their first contribution in [https://github.com/contributor-assistant/github-action/pull/156](https://togithub.com/contributor-assistant/github-action/pull/156) **Full Changelog**: contributor-assistant/github-action@v2.4.0...v2.5.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/splunk/addonfactory-github-workflows). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguNTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6e280a7 commit bcff71a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/agreements.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: "CLA Assistant"
1414
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
15-
uses: contributor-assistant/github-action@v2.4.0
15+
uses: contributor-assistant/github-action@v2.5.1
1616
env:
1717
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1818
PERSONAL_ACCESS_TOKEN: ${{ secrets.PAT_CLATOOL }}
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- name: "COC Assistant"
3535
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the Code of Conduct and I hereby accept the Terms') || github.event_name == 'pull_request_target'
36-
uses: contributor-assistant/github-action@v2.4.0
36+
uses: contributor-assistant/github-action@v2.5.1
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939
PERSONAL_ACCESS_TOKEN: ${{ secrets.PAT_CLATOOL }}

.github/workflows/reusable-agreements.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: "CLA Assistant"
2222
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
23-
uses: contributor-assistant/github-action@v2.4.0
23+
uses: contributor-assistant/github-action@v2.5.1
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
2626
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242
- name: "COC Assistant"
4343
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the Code of Conduct and I hereby accept the Terms') || github.event_name == 'pull_request_target'
44-
uses: contributor-assistant/github-action@v2.4.0
44+
uses: contributor-assistant/github-action@v2.5.1
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
4747
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)