Expand filtering options for GetEmails #16
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 new issues to gomap project | |
on: | |
issues: | |
types: | |
- opened | |
jobs: | |
add: | |
name: Add issue to gomap project | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: add to project | |
uses: actions/[email protected] | |
with: | |
project-url: https://github.com/users/cwinters8/projects/2 | |
github-token: ${{ secrets.PROJECT_PAT }} |