Skip to content

📖 [release-0.23.0] Remove the report of deploying on k3d #998

📖 [release-0.23.0] Remove the report of deploying on k3d

📖 [release-0.23.0] Remove the report of deploying on k3d #998

Workflow file for this run

name: Add pull request to project and assign author
on:
pull_request_target:
types: [opened]
permissions:
contents: write
jobs:
assignAuthor:
if: github.repository_owner == 'kubestellar'
name: Assign author to PR
runs-on: ubuntu-latest
steps:
- name: Assign author to PR
uses: technote-space/[email protected]
- name: Get current date
id: date
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
- uses: actions/[email protected]
with:
token: ${{ secrets.GH_ALL_PROJECT_TOKEN }}
persist-credentials: 'false'
- uses: actions/[email protected] # This adds the issue to the project
with:
project-url: https://github.com/orgs/kubestellar/projects/5
github-token: ${{ secrets.GH_ALL_PROJECT_TOKEN }}
id: add-project
- uses: titoportas/[email protected]
with:
project-url: https://github.com/orgs/kubestellar/projects/5
github-token: ${{ secrets.GH_ALL_PROJECT_TOKEN }}
item-id: ${{ steps.add-project.outputs.itemId }} # Use the item-id output of the previous step
field-keys: Status,Date Posted
field-values: In Progress,${{ steps.date.outputs.date }}