Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

'New Derailed'- An actual working version of Derailed #5

'New Derailed'- An actual working version of Derailed

'New Derailed'- An actual working version of Derailed #5

Workflow file for this run

name: Properly label issues
on:
issues:
types:
- opened
jobs:
bugs:
name: Add issue to bug tracker
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/derailedapp/projects/7
github-token: ${{ secrets.GH_TOKEN }}
labeled: bug
feature-requests:
name: Add feature to roadmap
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/derailedapp/projects/6
github-token: ${{ secrets.GH_TOKEN }}
labeled: feature request