Skip to content

test projects action #6

test projects action

test projects action #6

Workflow file for this run

name: Add to personal projects
on:
issues:
types:
- assigned
pull_request:
types:
- assigned
jobs:
add-to-project:
runs-on: ubuntu-latest
steps:
#- uses: actions/[email protected]
# with:
# You can target a project in a different organization
# to the issue
# project-url: https://github.com/orgs/CCBR/projects/25
# github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
- name: echo
run: |
echo "${{ github.event.assignee.login }}"