Version artifacts and upload to s3 for testing #1
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 community | |
on: | |
issues: | |
types: | |
- opened | |
- reopened | |
jobs: | |
add-to-project: | |
name: add issue to project | |
runs-on: ubuntu-latest | |
steps: | |
- name: assign issue to project | |
env: | |
GITHUB_TOKEN: ${{ secrets.SENZING_GITHUB_ACCESS_TOKEN }} | |
uses: senzing-factory/github-action-add-issue-to-project@v1 | |
with: | |
project: "https://github.com/orgs/Senzing/projects/${{ vars.SENZING_PROJECT_GDEV }}" | |
column_name: "Backlog" |