platform-samples
platform-samples copied to clipboard
A public place for all platform sample projects.
When running find-inactive-members.rb, Pull Request approval is not taken into account for active user action. Therefore, user is marked as inactive. It seems only opening or commenting a Pull Request...
Hello, This is a suggestion for a change in: "pre-receive-hooks/block_file_extensions.sh". When you try to push an blob object, which has whitespace in its name, the current loop will break. My...
1234
Merge training.
`/h/j/p/a/r/find-inactive-members$ wc -1 unrecognized_authors.csv` ` 1470` `/h/j/p/a/r/find-inactive-members$ sort unrecognized_authors.csv | uniq | wc -l` ` 39`
Hej there - I just tried to follow the installation instructions of **platform-samples/api/ruby/find-inactive-members/** and the command gem install octokit does not work. I tried it with the regular admin, as...
'-' is a special character in regex when you use inside character class [], it stands for range when it appears anywhere else except As the first character in class...