Skip to content

Test export to image file for each major plot type #17

Test export to image file for each major plot type

Test export to image file for each major plot type #17

Workflow file for this run

---
# Automatically adds issues to the Integration Github project
# if the issue is tagged with `integration`
name: Add integration tasks to Integration project
on:
issues:
types:
- reopened
- opened
- labeled
- edited
jobs:
add-to-project:
name: Add integration issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@35f3b369a1dfc92c51f828ab79f18ef03242445b
with:
project-url: https://github.com/orgs/DARPA-ASKEM/projects/5
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: integration
label-operator: OR