Skip to content

support adding a label to the PR when approved and setting a custom Asana status #23

support adding a label to the PR when approved and setting a custom Asana status

support adding a label to the PR when approved and setting a custom Asana status #23

Workflow file for this run

name: 'build'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
build:
name: 'Build Job'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
npm install
- run: |
npm run all
test:
name: 'Make sure the action works on a clean machine without building'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
asanaToken: "test"