Skip to content

Commit 9ab9253

Browse files
ci(action): update actions/add-to-project action to v1
[![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 | major | `v0.6.1` -> `v1.0.0` | --- ### Release Notes <details> <summary>actions/add-to-project (actions/add-to-project)</summary> ### [`v1.0.0`](https://togithub.com/actions/add-to-project/releases/tag/v1.0.0) [Compare Source](https://togithub.com/actions/add-to-project/compare/v0.6.1...v1.0.0) #### Summary This release promotes `actions/add-to-projects` to a major version 1 and marks the public API stable. #### What's Changed - build(deps-dev): bump eslint-plugin-github from 4.10.0 to 4.10.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/actions/add-to-project/pull/532](https://togithub.com/actions/add-to-project/pull/532) - build(deps-dev): bump prettier from 3.0.3 to 3.2.5 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/actions/add-to-project/pull/531](https://togithub.com/actions/add-to-project/pull/531) - build(deps-dev): bump [@&#8203;vercel/ncc](https://togithub.com/vercel/ncc) from 0.38.0 to 0.38.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/actions/add-to-project/pull/530](https://togithub.com/actions/add-to-project/pull/530) - build(deps-dev): bump ts-jest from 29.1.1 to 29.1.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/actions/add-to-project/pull/528](https://togithub.com/actions/add-to-project/pull/528) - build(deps-dev): bump typescript from 5.4.2 to 5.4.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/actions/add-to-project/pull/533](https://togithub.com/actions/add-to-project/pull/533) - build(deps-dev): bump [@&#8203;types/jest](https://togithub.com/types/jest) from 29.5.7 to 29.5.12 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/actions/add-to-project/pull/534](https://togithub.com/actions/add-to-project/pull/534) - build(deps-dev): bump [@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 6.9.1 to 7.3.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/actions/add-to-project/pull/529](https://togithub.com/actions/add-to-project/pull/529) - build(deps-dev): bump [@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 7.0.1 to 7.4.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/actions/add-to-project/pull/536](https://togithub.com/actions/add-to-project/pull/536) - build(deps-dev): bump [@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 7.3.1 to 7.4.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/actions/add-to-project/pull/535](https://togithub.com/actions/add-to-project/pull/535) **Full Changelog**: actions/add-to-project@v0.6.1...v1.0.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 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/octokit/rest.js). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 335f2d2 commit 9ab9253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/add_to_octokit_project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
continue-on-error: true
1414
steps:
15-
- uses: actions/add-to-project@v0.6.1
15+
- uses: actions/add-to-project@v1.0.0
1616
with:
1717
project-url: https://github.com/orgs/octokit/projects/10
1818
github-token: ${{ secrets.OCTOKITBOT_PROJECT_ACTION_TOKEN }}

0 commit comments

Comments
 (0)