Create issue-to-project.yml #15
Workflow file for this run
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: Add To GitHub projects | ||
uses: actions/[email protected] | ||
with: | ||
# URL of the project to add issues to | ||
project-url: https://github.com/orgs/UnionRolistes/projects/1 | ||
# A GitHub personal access token with write access to the project | ||
github-token: ${{ secrets.TEST}} | ||
# A comma-separated list of labels to use as a filter for issue to be added | ||
labeled: # optional | ||
# The behavior of the labels filter, AND to match all labels, OR to match any label, NOT to exclude any listed label (default is OR) | ||
label-operator: # optional |