File: check_for_pull_request

package info (click to toggle)
picard-tools 3.3.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 155,492 kB
  • sloc: java: 88,779; python: 282; xml: 266; sh: 199; makefile: 39; javascript: 9
file content (4 lines) | stat: -rwxr-xr-x 243 bytes parent folder | download | duplicates (3)
1
2
3
4
#!/usr/bin/env bash

#query github for information about a specific pull request
curl -v -H "Authorization: token $GITHUB_API_TOKEN" https://api.github.com/repos/broadinstitute/picard/pulls\?state\=open\&head="broadinstitute:${TRAVIS_BRANCH}"