Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
L2ncE committed Jun 12, 2023
1 parent 5ad8188 commit e5ed256
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
python misc/ci_check_pr_title.py "$PR_TITLE"
env:
PR_TITLE: ${{ github.event.pull_request.title }}
#
# - name: PR Project Card Creation
# if: github.event.action == 'opened' || github.event.action == 'edited'
# run: python misc/ci_create_pr_card.py
# env:
# GITHUB_TOKEN: ${{ secrets.GARDENER_PAT }}
# GH_EVENT: ${{ toJson(github.event) }}

- name: PR Project Card Creation
if: github.event.action == 'opened' || github.event.action == 'edited'
run: python misc/ci_create_pr_card.py
env:
GITHUB_TOKEN: ${{ secrets.GARDENER_PAT }}
GH_EVENT: ${{ toJson(github.event) }}
4 changes: 2 additions & 2 deletions .github/workflows/scripts/ghstack-perm-check.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ def must(cond, msg):
if name == 'Copilot for PRs':
continue
must(
status == "neutral",
f"PR #{n} check-run `{name}`'s status `{status}` is not failure!",
status in ("success", "neutral"),
f"PR #{n} check-run `{name}`'s status `{status}` is not success!",
)
print("SUCCESS!")

Expand Down

0 comments on commit e5ed256

Please sign in to comment.