Determine changes needed to make automation work with the new project boards #34
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: Issue Trigger | |
on: | |
issues: | |
types: [opened, edited] | |
jobs: | |
test_miniature_octo_sniffle: | |
runs-on: ubuntu-latest | |
name: A job to say hello | |
steps: | |
- name: Checking out repo | |
uses: actions/checkout@v2 | |
- name: Move Issue | |
id: api-json | |
uses: 100Automations/[email protected] | |
with: | |
# required | |
config-file: './.github/workflows/moveIssues/config.json' | |
myToken: ${{ secrets.GITHUB_TOKEN }} | |
# optional |