Skip to content

Commit

Permalink
chore(deps): update actions/add-to-project action to v0.5.0 (#10316)
Browse files Browse the repository at this point in the history
[![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 | minor | `v0.4.1` -> `v0.5.0` |

---

### Release Notes

<details>
<summary>actions/add-to-project</summary>

### [`v0.5.0`](https://togithub.com/actions/add-to-project/releases/tag/v0.5.0)

[Compare Source](https://togithub.com/actions/add-to-project/compare/v0.4.1...v0.5.0)

#### What's Changed

-   ✨  **GHES support: Allow projects outside github.com** by [@&#8203;saravanan30erd](https://togithub.com/saravanan30erd) in [actions/add-to-project#338
-   typo: repo -> project by [@&#8203;rootulp](https://togithub.com/rootulp) in [actions/add-to-project#330
-   Dependency updates:
    -   build(deps-dev): bump [@&#8203;types/node](https://togithub.com/types/node) from 16.18.12 to 16.18.14 by [@&#8203;dependabot](https://togithub.com/dependabot) in [actions/add-to-project#328
    -   build(deps-dev): bump eslint from 8.34.0 to 8.35.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [actions/add-to-project#326
    -   build(deps-dev): bump [@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 5.53.0 to 5.54.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [actions/add-to-project#329
    -   build(deps-dev): bump prettier from 2.8.4 to 2.8.5 by [@&#8203;dependabot](https://togithub.com/dependabot) in [actions/add-to-project#334
    -   build(deps): bump [@&#8203;actions/github](https://togithub.com/actions/github) from 5.0.3 to 5.1.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [actions/add-to-project#226
    -   build(deps-dev): bump prettier from 2.8.5 to 2.8.7 by [@&#8203;dependabot](https://togithub.com/dependabot) in [actions/add-to-project#340
    -   build(deps-dev): bump [@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 5.54.1 to 5.57.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [actions/add-to-project#346
    -   build(deps-dev): bump eslint from 8.35.0 to 8.37.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [actions/add-to-project#348
    -   build(deps-dev): bump [@&#8203;types/node](https://togithub.com/types/node) from 16.18.14 to 16.18.23 by [@&#8203;dependabot](https://togithub.com/dependabot) in [actions/add-to-project#350
    -   build(deps-dev): bump eslint-plugin-github from 4.6.1 to 4.7.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [actions/add-to-project#351
    -   build(deps-dev): bump concurrently from 7.6.0 to 8.0.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [actions/add-to-project#352

#### New Contributors ❤️

-   [@&#8203;rootulp](https://togithub.com/rootulp) made their first contribution in [actions/add-to-project#330
-   [@&#8203;saravanan30erd](https://togithub.com/saravanan30erd) made their first contribution in [actions/add-to-project#338

**Full Changelog**: actions/add-to-project@v0.4.1...v0.5.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Never, 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://app.renovatebot.com/dashboard#github/carbon-design-system/carbon-for-ibm-dotcom).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4zNC4xIiwidXBkYXRlZEluVmVyIjoiMzUuMzQuMSJ9-->
  • Loading branch information
renovate[bot] committed Apr 9, 2023
1 parent 9155681 commit 0af4c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Add issue to Dotcom project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.4.1
- uses: actions/add-to-project@v0.5.0
with:
project-url: ${{ env.DOTCOM_PROJECT_URL }}
github-token: ${{ secrets.ADD_TO_PROJECT }}

0 comments on commit 0af4c4b

Please sign in to comment.