Skip to content

test actions without add project #5

test actions without add project

test actions without add project #5

Workflow file for this run

name: add_issue
on:
issues:
types:
- opened
jobs:
issue:
runs-on: ubuntu-latest
steps:
- name: Add Label to Issue
run: gh issue edit ${{ github.event.issue.html_url }} --add-label "2024"
- name: Add Assignee to Issue
run: gh issue edit ${{ github.event.issue.html_url }} --add-assignee "yeslee-v"