From df1450e6fe50f1da448b3604995c6b2137893e14 Mon Sep 17 00:00:00 2001 From: "bloopy-boi[bot]" <98279278+bloopy-boi[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 21:07:50 +0000 Subject: [PATCH] =?UTF-8?q?fix(github-action):=20update=20actions/add-to-p?= =?UTF-8?q?roject=20(=20v1.0.1=20=E2=86=92=20v1.0.2=20)=20(#382)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
actions/add-to-project (actions/add-to-project) ### [`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 [@​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 [@​types/node](https://togithub.com/types/node) from 16.18.96 to 16.18.101 by [@​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 [@​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 [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 7.6.0 to 7.14.1 by [@​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 [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 7.6.0 to 7.14.1 by [@​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 [@​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 [@​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**: https://github.com/actions/add-to-project/compare/v1.0.1...v1.0.2
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). Co-authored-by: bloopy-boi[bot] <98279278+bloopy-boi[bot]@users.noreply.github.com> --- .github/workflows/issue-project-sync.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue-project-sync.yaml b/.github/workflows/issue-project-sync.yaml index 388ed01..6edba3f 100755 --- a/.github/workflows/issue-project-sync.yaml +++ b/.github/workflows/issue-project-sync.yaml @@ -25,7 +25,7 @@ jobs: app-id: "${{ secrets.APP_ID }}" private-key: "${{ secrets.APP_PRIVATE_KEY }}" # https://github.com/actions/add-to-project - - uses: actions/add-to-project@9bfe908f2eaa7ba10340b31e314148fcfe6a2458 # v1.0.1 + - uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2 with: project-url: https://github.com/users/h3mmy/projects/3 # PAT needs repo & project scope