From cdbf93a8eaab95159c4c714b405387ddab362ea6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 19:11:51 -0700 Subject: [PATCH] ci(action): update actions/add-to-project action to v1.0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) 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**: 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/octokit/rest.js). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/add_to_octokit_project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add_to_octokit_project.yml b/.github/workflows/add_to_octokit_project.yml index 936e1f4f..8621996e 100644 --- a/.github/workflows/add_to_octokit_project.yml +++ b/.github/workflows/add_to_octokit_project.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest continue-on-error: true steps: - - uses: actions/add-to-project@v1.0.1 + - uses: actions/add-to-project@v1.0.2 with: project-url: https://github.com/orgs/octokit/projects/10 github-token: ${{ secrets.OCTOKITBOT_PROJECT_ACTION_TOKEN }}