Pilot row and field level security for READ privileges of users for three roles #53
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Create card for new issues | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
createCard: | |
runs-on: ubuntu-latest | |
permissions: | |
repository-projects: write | |
steps: | |
- name: Create or Update Project Card | |
uses: peter-evans/create-or-update-project-card@v3 | |
with: | |
project-name: "PD: Project Board" | |
column-name: New Issue Review |