Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Su <derek.su@suse.com>
  • Loading branch information
derekbit committed Sep 11, 2024
1 parent c43da5a commit 6ce29d4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/add-to-projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,7 @@ jobs:
field-values: "Resolved,[0]"

- name: Update Item To In Progress
if: ${{
steps.add-project.outputs.itemId != '' &&
(
(github.event_name == 'issues' && github.event.action == 'reopened')
)
}}
if: github.event_name == 'issues' && github.event.action == 'reopened'
uses: titoportas/update-project-fields@v0.1.0
with:
project-url: https://github.com/orgs/dereksu-org/projects/3
Expand Down

0 comments on commit 6ce29d4

Please sign in to comment.