Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/add-to-project from 0.6.1 to 1.0.0 #46

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/comment-created.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: xom9ikk/dotenv@ac290ca23a42155a0cba1031d23afa46240116a9
- name: Add to board
id: add-to-project
uses: actions/add-to-project@1b844f0c5ac6446a402e0cb3693f9be5eca188c5
uses: actions/add-to-project@2e5cc851ca7162e9eb510e6da6a5c64022e606a7
with:
# Support project
project-url: https://github.com/orgs/bitnami/projects/4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/item-closed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
remove-labels: in-progress, on-hold
- name: Add to board
id: add-to-project
uses: actions/add-to-project@1b844f0c5ac6446a402e0cb3693f9be5eca188c5
uses: actions/add-to-project@2e5cc851ca7162e9eb510e6da6a5c64022e606a7
if: |
steps.get-item.outputs.author != 'bitnami-bot' ||
(steps.get-item.outputs.author == 'bitnami-bot' && contains(github.event.pull_request.labels.*.name, 'review-required'))
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/item-labeled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
steps:
- name: Add to board
id: add-to-project
uses: actions/add-to-project@1b844f0c5ac6446a402e0cb3693f9be5eca188c5
uses: actions/add-to-project@2e5cc851ca7162e9eb510e6da6a5c64022e606a7
with:
# Support project
project-url: https://github.com/orgs/bitnami/projects/4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/item-opened.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
echo "type=${type}" >> $GITHUB_OUTPUT
- name: Add to board
id: add-to-project
uses: actions/add-to-project@1b844f0c5ac6446a402e0cb3693f9be5eca188c5
uses: actions/add-to-project@2e5cc851ca7162e9eb510e6da6a5c64022e606a7
if: ${{steps.get-item.outputs.author != 'bitnami-bot' || steps.get-item.outputs.type != 'pull_request'}}
with:
# Support project
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-review-requested-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: xom9ikk/dotenv@ac290ca23a42155a0cba1031d23afa46240116a9
- name: Add to board
id: add-to-project
uses: actions/add-to-project@1b844f0c5ac6446a402e0cb3693f9be5eca188c5
uses: actions/add-to-project@2e5cc851ca7162e9eb510e6da6a5c64022e606a7
if: ${{ !contains(fromJson(env.BITNAMI_TEAM), github.actor) }}
with:
# Support project
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- name: Add to board
id: add-to-project
uses: actions/add-to-project@1b844f0c5ac6446a402e0cb3693f9be5eca188c5
uses: actions/add-to-project@2e5cc851ca7162e9eb510e6da6a5c64022e606a7
with:
# Support project
project-url: https://github.com/orgs/bitnami/projects/4
Expand Down