Skip to content

Commit

Permalink
Update GH Workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Aug 20, 2024
1 parent 0e111c0 commit b839ef3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Create or Update Issue Card
uses: peter-evans/create-or-update-project-card@v3
with:
project-name: 'Spring Data'
project-number: 25
column-name: 'Inbox'
project-location: 'spring-projects'
token: ${{ secrets.GH_ISSUES_TOKEN_SPRING_DATA }}
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Create or Update Pull Request Card
uses: peter-evans/create-or-update-project-card@v3
with:
project-name: 'Spring Data'
project-number: 25
column-name: 'Review pending'
project-location: 'spring-projects'
issue-number: ${{ github.event.pull_request.number }}
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Update Project Card
uses: peter-evans/create-or-update-project-card@v3
with:
project-name: 'Spring Data'
project-number: 25
column-name: 'Feedback provided'
project-location: 'spring-projects'
token: ${{ secrets.GH_ISSUES_TOKEN_SPRING_DATA }}

0 comments on commit b839ef3

Please sign in to comment.