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 4c610e3 commit 8f3a0dbCopy full SHA for 8f3a0db
.github/workflows/clippy_changelog.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Check Changelog
25
if: ${{ github.event_name == 'pull_request' }}
26
run: |
27
- body=$(curl -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" -s "https://api.github.com/repos/rust-lang/rust-clippy/pulls/$PR_NUMBER" | \
+ body=$(curl -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" -s "https://api.github.com/repos/${{ github.repository }}/pulls/$PR_NUMBER" | \
28
python -c "import sys, json; print(json.load(sys.stdin)['body'])")
29
output=$(awk '/^changelog:\s*\S/ && !/changelog: \[.*\]: your change/' <<< "$body" | sed "s/changelog:\s*//g")
30
if [ -z "$output" ]; then
0 commit comments