Dump nixos config after scrubing
This commit is contained in:
commit
5fa4c76c24
854 changed files with 30072 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
HOST='https://api.bitbucket.org'
|
||||
ACCOUNT_ID=''
|
||||
WORKSPACE=''
|
||||
REPO_SLUG=''
|
||||
|
||||
curl -s -n "${HOST}/2.0/repositories/${WORKSPACE}/${REPO_SLUG}/pullrequests?fields=values.title,values.links.html,values.author.display_name,values.author.links.avatar&q=reviewers.account_id+%3D+%22${ACCOUNT_ID}%22"
|
||||
Loading…
Add table
Add a link
Reference in a new issue