Skip to content

Commit

Permalink
Use correct Dependabot sender id (49699333)
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Jan 24, 2021
1 parent d3b9d4c commit f98f8ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/set-milestone-on-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ jobs:
- name: 'Decide which version fits this PR'
id: decidedversion
run: |
if [ "$(jq '.sender.id' -r ${GITHUB_EVENT_PATH})" = "147145" ]; then
if [ "$(jq '.sender.id' -r ${GITHUB_EVENT_PATH})" = "49699333" ]; then
printf "::set-output name=version::%s" "${PATCH}"
exit 0
fi
Expand Down

0 comments on commit f98f8ae

Please sign in to comment.