Skip to content

Add-to-triage should exclude Renovate PRs #14

Add-to-triage should exclude Renovate PRs

Add-to-triage should exclude Renovate PRs #14

Workflow file for this run

name: add-to-triage
on:
issues:
types:
- opened
- reopened
- transferred
pull_request_target:
types:
- opened
- reopened
workflow_call:
secrets:
project_bot_token:
required: true
description: Token for the project bot to add issues and pull requests to the project triage board
jobs:
add-to-triage:
runs-on: ubuntu-latest
steps:
- name: Add to triage
uses: actions/[email protected]
with:
github-token: ${{ secrets.project_bot_token }}
project-url: https://github.com/orgs/eslint/projects/3
labeled: "triage:no" # Add all issues and pull requests that don't include "triage:no" label.
label-operator: NOT