Skip to content

Programador: Modificación carga archivo SIRH - Optimización archivos de importación (Main - Sheets) #60

Programador: Modificación carga archivo SIRH - Optimización archivos de importación (Main - Sheets)

Programador: Modificación carga archivo SIRH - Optimización archivos de importación (Main - Sheets) #60

Workflow file for this run

name: Adds all issues that don't include the 'needs-triage' labels to project board
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.3.0
with:
# You can target a repository in a different organization
# to the issue
project-url: https://github.com/orgs/cl-ssi/projects/3
github-token: ${{ secrets.PROJECT_TOKEN }}
labeled: needs-triage
label-operator: NOT