+ [5 years ago] josuebc Is there any recommended way to download and add every gpg key for every member of an organization?
+ [5 years ago] josuebc Say, I want to show weather each commit is verified or not, locally (when running github log). IF I don't have the public gpg key it doesn't show as "G" it shows as "E"
+ [5 years ago] josuebc and the error being that the key is not in my local keyring.
+ [5 years ago] josuebc The public gpg key, that is.

message no. 175746

Posted by gAb1 in #github at 2019-11-11T18:30:58Z

hi, whenever i create a new github repository, do i need to import the public key or something? or does the one i have configured in my account settings used?
+ [5 years ago] Stummi GHA Question: From an Action I push into the repository, and expect this to trigger another action, however the second action does not run. Is this intentional?
+ [5 years ago] jlevon somebody know how to get hub(1) pr list to work with a forked repository? it's insisting there are no PRs
+ [5 years ago] nedbat jlevon: i never used it before, but "-b <BASE>" might be the key
+ [5 years ago] jlevon nedbat: the branch is master, though.
+ [5 years ago] jlevon it just shows the original repo's PRs not the forked on