Skip to content

Commit 819e1d1

Browse files
Bump actions/add-to-project from 0.5.0 to 0.6.0 (#181)
Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 0.5.0 to 0.6.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/add-to-project/commit/0609a2702eefb44781da00f8e04901d6e5cd2b92"><code>0609a27</code></a> Merge pull request <a href="https://redirect.github.com/actions/add-to-project/issues/517">#517</a> from mattcosta7/patch-1</li> <li><a href="https://github.com/actions/add-to-project/commit/9431bea31beb6096313382047675784c51760c3b"><code>9431bea</code></a> Update action.yml</li> <li><a href="https://github.com/actions/add-to-project/commit/0008229a2277e5f9299b5d1f06272b00d09342f8"><code>0008229</code></a> Merge pull request <a href="https://redirect.github.com/actions/add-to-project/issues/503">#503</a> from takost/update-to-node-20</li> <li><a href="https://github.com/actions/add-to-project/commit/5a5c08a0d81818330640518a1dccf289f82549b7"><code>5a5c08a</code></a> Update action to node20</li> <li><a href="https://github.com/actions/add-to-project/commit/0be3b6580ae2145e72e0ada85d693ab71a5f17d6"><code>0be3b65</code></a> Merge pull request <a href="https://redirect.github.com/actions/add-to-project/issues/494">#494</a> from actions/dependabot/npm_and_yarn/eslint-plugin-je...</li> <li><a href="https://github.com/actions/add-to-project/commit/9c5d7e23094493dd02f455ac8b44c4a84eb29657"><code>9c5d7e2</code></a> Merge branch 'main' into dependabot/npm_and_yarn/eslint-plugin-jest-27.6.0</li> <li><a href="https://github.com/actions/add-to-project/commit/6460bf625c61207a34f747b431fe4ffa35d13490"><code>6460bf6</code></a> Merge pull request <a href="https://redirect.github.com/actions/add-to-project/issues/495">#495</a> from actions/dependabot/npm_and_yarn/types/node-16.18.60</li> <li><a href="https://github.com/actions/add-to-project/commit/c48fdd4a10acd1cd7d36b0f0c360fb8baf666c00"><code>c48fdd4</code></a> build(deps-dev): bump <code>@​types/node</code> from 16.18.51 to 16.18.60</li> <li><a href="https://github.com/actions/add-to-project/commit/b953640a26f5ee9e80d20685e74999ef17622990"><code>b953640</code></a> Merge pull request <a href="https://redirect.github.com/actions/add-to-project/issues/496">#496</a> from actions/dependabot/npm_and_yarn/types/jest-29.5.7</li> <li><a href="https://github.com/actions/add-to-project/commit/f9db65bca71f436f2e7877299c8c2b0be3fc5d7f"><code>f9db65b</code></a> Merge branch 'main' into dependabot/npm_and_yarn/types/jest-29.5.7</li> <li>Additional commits viewable in <a href="https://github.com/actions/add-to-project/compare/v0.5.0...v0.6.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/add-to-project&package-manager=github_actions&previous-version=0.5.0&new-version=0.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a043eeb commit 819e1d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/add-prs-and-issues-to-project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Add issue/PR to Transition Monitor project
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/add-to-project@v0.5.0
18+
- uses: actions/add-to-project@v0.6.0
1919
with:
2020
project-url: https://github.com/orgs/RMI-PACTA/projects/8
2121
github-token: ${{ secrets.PAT_ADD_ISSUES_TO_PROJECT }}
@@ -24,7 +24,7 @@ jobs:
2424
name: Add issue/PR to @cjyetman's maintainer project
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/add-to-project@v0.5.0
27+
- uses: actions/add-to-project@v0.6.0
2828
with:
2929
project-url: https://github.com/orgs/RMI-PACTA/projects/13
3030
github-token: ${{ secrets.PAT_ADD_ISSUES_TO_PROJECT }}

0 commit comments

Comments
 (0)