Skip to content

Commit

Permalink
Update auto_add_to_project.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lance-web3 authored Aug 22, 2024
1 parent e87e497 commit 2aec1ee
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/auto_add_to_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@ permissions:
contents: read

jobs:
add-to-project:
automate-project-columns:
runs-on: ubuntu-latest
steps:
- name: Add Issue to Project Board
uses: alex-page/[email protected]
- uses: alex-page/[email protected]
with:
project: 'DevOps' # Replace with your project name
column: 'Title' # Replace with the column name you want the issue to go to
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
project: DevOps
column: Title
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2aec1ee

Please sign in to comment.