Skip to content

Commit

Permalink
Update and rename add-to-project.yml to auto-add-issue-to-board.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Drongbulobsang authored Jan 9, 2025
1 parent 40a3261 commit 8e4e509
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Add to Project
name: Auto Add Issue to Project

on:
issues:
types:
- opened
types: [opened]

jobs:
add-to-project:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Add Issue to Project
- name: Add issue to project
uses: actions/add-to-project@v1
with:
project-url: ${{ secrets.PROJECT_URL }}
project: https://github.com/orgs/MonlamAI/projects/97/views/1
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8e4e509

Please sign in to comment.