Skip to content

Commit

Permalink
update project location?
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Sep 6, 2024
1 parent adc5fb7 commit d20e027
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/project-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
uses: peter-evans/create-or-update-project-card@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
project-location: getsentry
project-number: 31
column-name: "🏗 In Progress"
issue-number: ${{ github.event.number }}
Expand All @@ -37,7 +36,6 @@ jobs:
uses: peter-evans/create-or-update-project-card@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
project-location: getsentry
project-number: 31
column-name: "👀 In Review"
issue-number: ${{ github.event.number }}
Expand All @@ -55,7 +53,6 @@ jobs:
uses: peter-evans/create-or-update-project-card@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
project-location: getsentry
project-number: 31
column-name: "✅ Done"
issue-number: ${{ github.event.number }}

0 comments on commit d20e027

Please sign in to comment.