We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf5b3bd commit 4464e3dCopy full SHA for 4464e3d
.github/workflows/android_phab.yml
@@ -16,7 +16,8 @@ jobs:
16
message="${{ github.actor }} ${{ github.event.action }} ${{ github.event.pull_request._links.html.href }}"
17
echo -e "${PR_BODY}" | grep -oEi "(^Bug:\s*T[0-9]+)|(^([*]*phabricator[*]*:[*]*\s*)?https:\/\/phabricator\.wikimedia\.org\/T[0-9]+)" | grep -oEi "T[0-9]+" | while IFS= read -r line; do
18
echo "Processing: $line"
19
- curl https://phabricator.wikimedia.org/api/maniphest.edit \
+ curl --header "User-Agent: GitHubPRBot/1.0 (https://phabricator.wikimedia.org/p/GitHubPRBot)" \
20
+ https://phabricator.wikimedia.org/api/maniphest.edit \
21
-d api.token=${{ secrets.PHAB_BOT_API_KEY }} \
22
-d transactions[0][type]=comment \
23
-d transactions[0][value]="${message}" \
0 commit comments