File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments