Skip to content

Commit 5018a05

Browse files
cf-buildpacks-engryanmoran
authored andcommitted
Updating github-config
1 parent 3211084 commit 5018a05

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/test-pull-request.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -116,22 +116,6 @@ jobs:
116116
with:
117117
ref: ${{ github.event.pull_request.head.sha }}
118118

119-
- name: Get Tracker Story ID
120-
if: steps.human-commits.outputs.human_commits == 'false' && steps.unverified-commits.outputs.unverified_commits == 'false'
121-
id: story-id
122-
run: |
123-
if [[ "${{ github.event.pull_request.user.login }}" == "cf-buildpacks-eng" ]]; then
124-
message=$(git log -1 --pretty=%B)
125-
story_id=$(echo $message | grep -oE "#[0-9]+" | grep -oE "[0-9]+")
126-
if [ -z "$story_id" ]; then
127-
echo "::set-output name=story_id::-1"
128-
else
129-
echo "::set-output name=story_id::$story_id"
130-
fi
131-
else
132-
echo "::set-output name=story_id::-1"
133-
fi
134-
135119
- name: Dispatch
136120
if: steps.human-commits.outputs.human_commits == 'false' && steps.unverified-commits.outputs.unverified_commits == 'false'
137121
uses: paketo-buildpacks/github-config/actions/dispatch@main

0 commit comments

Comments
 (0)