Skip to content

Commit

Permalink
fix(github-action): update actions/add-to-project ( v1.0.1 → v1.0.2 ) (
Browse files Browse the repository at this point in the history
…#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
[actions/add-to-project#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
[actions/add-to-project#588
- build(deps-dev): bump ts-jest from 29.1.2 to 29.1.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#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
[actions/add-to-project#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
[actions/add-to-project#590
- build(deps-dev): bump eslint-plugin-jest from 27.9.0 to 28.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#578
- Dependabot/npm and yarn/eslint plugin jest 28.6.0 fixes by
[@&#8203;talune](https://togithub.com/talune) in
[actions/add-to-project#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>
  • Loading branch information
bloopy-boi[bot] committed Jun 24, 2024
1 parent dda9d8c commit df1450e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-project-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df1450e

Please sign in to comment.