Skip to content

Commit

Permalink
Fix release access for bram (home-assistant#26693)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Sep 17, 2019
1 parent a3bdbf3 commit 15bb12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ stages:
release="$(Build.SourceBranchName)"
created_by="$(curl -s https://api.github.com/repos/home-assistant/home-assistant/releases/tags/${release} | jq --raw-output '.author.login')"
if [[ "${created_by}" =~ ^(balloob|pvizeli|fabaff|robbiet480)$ ]]; then
if [[ "${created_by}" =~ ^(balloob|pvizeli|fabaff|robbiet480|bramkragten)$ ]]; then
exit 0
fi
Expand Down

0 comments on commit 15bb12f

Please sign in to comment.