Skip to content

Commit

Permalink
Avoid special character in pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
hsonne committed May 2, 2024
1 parent 626d217 commit db3fc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/github_commits.R
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ get_github_commits_repos <- function(
"Mathias Riechel" = "mriech",
"Michael Rustler" = "mrustl",
"praktikant20" = "klaaskenda",
"Fabian Mor\u00F3n Zirfas|ff6347" = "fabianmoronzirfas",
"Fabian Mor.*n Zirfas|ff6347" = "fabianmoronzirfas",
"kwb.pkgbuild::use_autopkgdown\\(\\)|SarvaPulla|sarva|Sarva|jirikadlec2|Jeremy Fowler|rfun|jsadler2|rizts|testuser" = "external"
))
) %>%
Expand Down

0 comments on commit db3fc1c

Please sign in to comment.