Skip to content

uploads command JSON to artefact after build #119

uploads command JSON to artefact after build

uploads command JSON to artefact after build #119

Workflow file for this run

name: Move to Todo column when added to an iteration

Check failure on line 1 in .github/workflows/move-to-todo.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/move-to-todo.yml

Invalid workflow file

(Line: 16, Col: 11): Unrecognized named-value: 'title'. Located at position 39 within expression: contains(github.event.issue.milestone[title], 'Iteration') && github.event.issue.column_name == 'Backlog'
on:
issues:
types: [milestoned]
env:
MY_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
assign_one_project:
runs-on: ubuntu-latest
name: Assign to AIS project
steps:
- name: Assign issues `Iteration` in label to "Todo"
uses: srggrs/assign-one-project-github-action@1.2.1
if: |
contains(github.event.issue.milestone[title], 'Iteration')
&& github.event.issue.column_name == 'Backlog'
with:
project: 'https://github.com/Australian-Imaging-Service/projects/2'
column_name: 'Todo'