Share changes in https://platform.harvestapp.com/assets/platform.js #4
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
on: | |
issues: | |
types: [opened] | |
jobs: | |
issue_creator_job: | |
runs-on: ubuntu-latest | |
name: Label issue and add to project | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: Label issue and add to project | |
uses: somnolentPumpkin/[email protected] | |
id: hello | |
with: | |
github-token: ${{ secrets.ACCESS_TOKEN }} | |
actions: '{"data": [ | |
{ | |
"label": "ecosystem", | |
"project": "46", | |
"repo": "ecosystem-team", | |
"org": "harvesthq" | |
} | |
]}' |