Skip to content

Commit df1450e

Browse files
fix(github-action): update actions/add-to-project ( v1.0.1 → v1.0.2 ) (#382)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/add-to-project](https://togithub.com/actions/add-to-project) | action | patch | `v1.0.1` -> `v1.0.2` | --- ### Release Notes <details> <summary>actions/add-to-project (actions/add-to-project)</summary> ### [`v1.0.2`](https://togithub.com/actions/add-to-project/releases/tag/v1.0.2) [Compare Source](https://togithub.com/actions/add-to-project/compare/v1.0.1...v1.0.2) #### What's Changed - build(deps-dev): bump braces from 3.0.2 to 3.0.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/actions/add-to-project/pull/583](https://togithub.com/actions/add-to-project/pull/583) - build(deps-dev): bump [@&#8203;types/node](https://togithub.com/types/node) from 16.18.96 to 16.18.101 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/actions/add-to-project/pull/588](https://togithub.com/actions/add-to-project/pull/588) - build(deps-dev): bump ts-jest from 29.1.2 to 29.1.5 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/actions/add-to-project/pull/582](https://togithub.com/actions/add-to-project/pull/582) - build(deps-dev): bump [@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 7.6.0 to 7.14.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/actions/add-to-project/pull/589](https://togithub.com/actions/add-to-project/pull/589) - build(deps-dev): bump [@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 7.6.0 to 7.14.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/actions/add-to-project/pull/590](https://togithub.com/actions/add-to-project/pull/590) - build(deps-dev): bump eslint-plugin-jest from 27.9.0 to 28.6.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/actions/add-to-project/pull/578](https://togithub.com/actions/add-to-project/pull/578) - Dependabot/npm and yarn/eslint plugin jest 28.6.0 fixes by [@&#8203;talune](https://togithub.com/talune) in [https://github.com/actions/add-to-project/pull/591](https://togithub.com/actions/add-to-project/pull/591) **Full Changelog**: actions/add-to-project@v1.0.1...v1.0.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxNS4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2IiwibGFiZWxzIjpbInJlbm92YXRlL2dpdGh1Yi1hY3Rpb24iLCJyZW5vdmF0ZS9naXRodWItcmVsZWFzZSIsInR5cGUvcGF0Y2giXX0=--> Co-authored-by: bloopy-boi[bot] <98279278+bloopy-boi[bot]@users.noreply.github.com>
1 parent dda9d8c commit df1450e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/issue-project-sync.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
app-id: "${{ secrets.APP_ID }}"
2626
private-key: "${{ secrets.APP_PRIVATE_KEY }}"
2727
# https://github.com/actions/add-to-project
28-
- uses: actions/add-to-project@9bfe908f2eaa7ba10340b31e314148fcfe6a2458 # v1.0.1
28+
- uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2
2929
with:
3030
project-url: https://github.com/users/h3mmy/projects/3
3131
# PAT needs repo & project scope

0 commit comments

Comments
 (0)