Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Update actions/add-to-project action to v0.6.0 #20

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
12 changes: 6 additions & 6 deletions .github/workflows/projects-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
name: Add issue to Project AWS
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
- uses: actions/add-to-project@v0.6.0
with:
project-url: https://github.com/orgs/portefaix/projects/3
github-token: ${{ secrets.ACTIONS_PAT }}
Expand All @@ -38,7 +38,7 @@ jobs:
name: Add issue to Project Azure
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
- uses: actions/add-to-project@v0.6.0
with:
project-url: https://github.com/orgs/portefaix/projects/5
github-token: ${{ secrets.ACTIONS_PAT }}
Expand All @@ -49,7 +49,7 @@ jobs:
name: Add issue to Project GCP
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
- uses: actions/add-to-project@v0.6.0
with:
project-url: https://github.com/orgs/portefaix/projects/4
github-token: ${{ secrets.ACTIONS_PAT }}
Expand All @@ -60,7 +60,7 @@ jobs:
name: Add issue to Project Homelab
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
- uses: actions/add-to-project@v0.6.0
with:
project-url: https://github.com/orgs/portefaix/projects/6
github-token: ${{ secrets.ACTIONS_PAT }}
Expand All @@ -71,7 +71,7 @@ jobs:
name: Add issue to Project Kubernetes
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
- uses: actions/add-to-project@v0.6.0
with:
project-url: https://github.com/orgs/portefaix/projects/14
github-token: ${{ secrets.ACTIONS_PAT }}
Expand All @@ -82,7 +82,7 @@ jobs:
name: Add issue to Project Terraform
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
- uses: actions/add-to-project@v0.6.0
with:
project-url: https://github.com/orgs/portefaix/projects/15
github-token: ${{ secrets.ACTIONS_PAT }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/projects-pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
name: Add PR to Project AWS
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
- uses: actions/add-to-project@v0.6.0
with:
project-url: https://github.com/orgs/portefaix/projects/3
github-token: ${{ secrets.ACTIONS_PAT }}
Expand All @@ -52,7 +52,7 @@ jobs:
name: Add PR to Project Azure
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
- uses: actions/add-to-project@v0.6.0
with:
project-url: https://github.com/orgs/portefaix/projects/5
github-token: ${{ secrets.ACTIONS_PAT }}
Expand All @@ -63,7 +63,7 @@ jobs:
name: Add PR to Project GCP
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
- uses: actions/add-to-project@v0.6.0
with:
project-url: https://github.com/orgs/portefaix/projects/4
github-token: ${{ secrets.ACTIONS_PAT }}
Expand All @@ -74,7 +74,7 @@ jobs:
name: Add PR to Project Homelab
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
- uses: actions/add-to-project@v0.6.0
with:
project-url: https://github.com/orgs/portefaix/projects/6
github-token: ${{ secrets.ACTIONS_PAT }}
Expand All @@ -85,7 +85,7 @@ jobs:
name: Add PR to Project Kubernetes
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
- uses: actions/add-to-project@v0.6.0
with:
project-url: https://github.com/orgs/portefaix/projects/14
github-token: ${{ secrets.ACTIONS_PAT }}
Expand All @@ -96,7 +96,7 @@ jobs:
name: Add PR to Project Terraform
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
- uses: actions/add-to-project@v0.6.0
with:
project-url: https://github.com/orgs/portefaix/projects/15
github-token: ${{ secrets.ACTIONS_PAT }}
Expand Down
Loading