Move Java G2Product interface to canonical method signatures #3
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 project garage | |
on: | |
issues: | |
types: | |
- opened | |
- reopened | |
jobs: | |
add-to-project: | |
name: add issue to project | |
runs-on: ubuntu-latest | |
steps: | |
- name: assign issue to project | |
uses: actions/add-to-project@v0.6.0 | |
with: | |
github-token: ${{ secrets.SENZING_GITHUB_ACCESS_TOKEN }} | |
project-url: https://github.com/orgs/${{ vars.SENZING_GITHUB_ACCOUNT_NAME }}/projects/${{ vars.SENZING_PROJECT_GARAGE }} |