Skip to content

Bump @lando/argv from 1.0.6 to 1.2.0 #8

Bump @lando/argv from 1.0.6 to 1.2.0

Bump @lando/argv from 1.0.6 to 1.2.0 #8

name: Add to DevOps Project
on:
issues:
types: [labeled]
pull_request:
types: [labeled]
jobs:
add_to_project:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-22.04
flag:
- flag
steps:
- name: Add issue/PR to GitHub Project
if: github.event.label.name == '${{ matrix.flag }}'

Check warning on line 22 in .github/workflows/label-add-to-project.yml

View workflow run for this annotation

GitHub Actions / Add to DevOps Project

Workflow syntax warning

.github/workflows/label-add-to-project.yml (Line: 22, Col: 13): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
uses: actions/add-to-project@v1.0.0
with:
project-url: https://github.com/orgs/lando/projects/10
github-token: ${{ secrets.SHADOW_COUNCIL_ESCALATOR }}
labeled: ${{ matrix.flag }}