Skip to content

Commit

Permalink
try other action
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Sep 6, 2024
1 parent ca722ba commit bcc5c2e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/project-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ jobs:
steps:
- name: Update status to in_review
id: update_status
uses: peter-evans/create-or-update-project-card@v3
uses: github/update-project-action@v3
with:
token: ${{ secrets.GH_PROJECT_AUTOMATION }}
project-location: getsentry
project-number: 31
column-name: "👀 In Review"
issue-number: ${{ github.event.number }}

github_token: ${{ secrets.GH_PROJECT_AUTOMATION }}
organization: getsentry
project_number: 31
content_id: ${{ github.event.number }}
field: Status
value: "👀 In Review"

# By default, closed PRs go into "Ready for Release"
# But if they are closed without merging, they should go into "Done"
Expand Down

0 comments on commit bcc5c2e

Please sign in to comment.