Skip to content

Commit 6c7b625

Browse files
chore(deps): update danhellem/github-actions-issue-to-work-item action to v2.5 (ni#46)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [danhellem/github-actions-issue-to-work-item](https://redirect.github.com/danhellem/github-actions-issue-to-work-item) | action | minor | `v2.4` -> `v2.5` | --- ### Release Notes <details> <summary>danhellem/github-actions-issue-to-work-item (danhellem/github-actions-issue-to-work-item)</summary> ### [`v2.5`](https://redirect.github.com/danhellem/github-actions-issue-to-work-item/releases/tag/v2.5): Release 2.5 [Compare Source](https://redirect.github.com/danhellem/github-actions-issue-to-work-item/compare/v2.4...v2.5) #### What's Changed - Bump [@&#8203;octokit/request-error](https://redirect.github.com/octokit/request-error) and [@&#8203;actions/github](https://redirect.github.com/actions/github) by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/danhellem/github-actions-issue-to-work-item/pull/150](https://redirect.github.com/danhellem/github-actions-issue-to-work-item/pull/150) - Updates to dependencies - Updates to code to use new versions of octokit **Full Changelog**: danhellem/github-actions-issue-to-work-item@v2.4...v2.5 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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/ni/nisync-python). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC40OC41IiwidXBkYXRlZEluVmVyIjoiNDAuNDguNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 54c64e0 commit 6c7b625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync_github_issues_to_azdo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
else
2424
echo "work_item_type=Bug" >> $GITHUB_OUTPUT
2525
fi
26-
- uses: danhellem/github-actions-issue-to-work-item@v2.4
26+
- uses: danhellem/github-actions-issue-to-work-item@v2.5
2727
env:
2828
ado_token: "${{ secrets.AZDO_WORK_ITEM_TOKEN }}"
2929
github_token: "${{ secrets.GH_REPO_TOKEN }}"

0 commit comments

Comments
 (0)