Skip to content

Commit

Permalink
fix: deleted unnecessary debug code and event
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
  • Loading branch information
hlts2 committed May 22, 2024
1 parent 0b7a7e3 commit 4ad57b1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/backport-deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@
#
name: "Run backport deps update PR"
on:
pull_request:
# push:
# branches:
# - main
push:
branches:
- main
env:
DEPS_UPDATE_PR_TITLE_REGEX: "^(chore\\(deps\\): bump|\\[Snyk\\])"
BACKPORT_BRANCH_NAME_PREFIX: "backport"
Expand Down Expand Up @@ -47,7 +46,6 @@ jobs:
- name: Get PR info
id: get_pr
run: |
echo "${DEPS_UPDATE_PR_TITLE_REGEX}"
gh pr list --limit 10 --json number,title,body,labels,headRefName,headRefOid,mergeCommit --state merged |
jq --arg oid "${GITHUB_SHA}" '.[] | select(.mergeCommit.oid == $oid)' > ${FETCHED_GITHUB_INFO_PATH}
cat ${FETCHED_GITHUB_INFO_PATH}
Expand Down

0 comments on commit 4ad57b1

Please sign in to comment.