Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/MilesMcBain/issuecreep into…
Browse files Browse the repository at this point in the history
… main
  • Loading branch information
MilesMcBain committed Sep 3, 2022
2 parents 5c97ebe + dae631b commit ccfed14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Imports:
yaml,
backports,
magrittr,
atcursor,
atcursor (>= 0.0.2),
clipr,
curl,
gh,
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ To get an R <-> GitHub productivity tool powered by Rmarkdown that works in VSCo

- `my_issues()` issues by author (defaults to you)
- `issues_with_me()` issues referring to author (defaults to you)
- `issues_for_me()` issues created on an author's repositories (defaults to you)
- `issues_for_me()` issues created on an user's repositories (defaults to you)
- `repo_issues()` issues for a given repo or repos (defaults to current repo)
- `my_prs()` pr threads by an author (defaults to you)
- `prs_with_me()` pr threads referring to author (defaults to you)
- `prs_for_me()` pr threads for author's issues (defaults to you)
- `prs_for_me()` pr threads for user's repos (defaults to you)
- `repo_prs()` prs for a given repo or repos (defaults to current repo)
- `gh_for_me()` prs and issues for user's repos (defaults to you)

You can change who 'me' or 'my' is. It defaults to you but if you do:

Expand Down

0 comments on commit ccfed14

Please sign in to comment.