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

Monitor HDD/SSD health #263

Monitor HDD/SSD health

Monitor HDD/SSD health #263

Workflow file for this run

name: Auto Assign to Project(s)
on:
issues:
types: [opened, labeled]
issue_comment:
types: [created]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
assign_one_project:
runs-on: ubuntu-latest
name: Assign to One Project
steps:
- name: Assign new issues to main board
uses: srggrs/[email protected]
if: github.event.action == 'opened'
with:
project: 'https://github.com/Programvareverkstedet/Drift/projects/1'
column_name: 'Triage'