Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-31 | Use proper set-output syntax. | Adin Scannell | |
PiperOrigin-RevId: 324302828 | |||
2020-07-30 | Fix merge flow for Go branch. | Adin Scannell | |
PiperOrigin-RevId: 324024075 | |||
2020-07-28 | Don't attempt to use the secret if it does not exist. | Adin Scannell | |
Fixes #3326 PiperOrigin-RevId: 323589669 | |||
2020-07-13 | Don't run issue reviver on forks. | Ian Lewis | |
Add a conditional to avoid running the issue reviver on forks. It will always cause errors since bug references in the source code don't match issue IDs in forked repos. PiperOrigin-RevId: 321042060 | |||
2020-06-05 | Add stale issue & PR cleanup. | Adin Scannell | |
PiperOrigin-RevId: 315020368 | |||
2020-05-27 | Fix push for Go branch. | Adin Scannell | |
PiperOrigin-RevId: 313419745 | |||
2020-05-20 | Normalize permissions in the go branch. | Adin Scannell | |
Fixes #2722 | |||
2020-05-18 | Add simplified badge and Build workflow. | Adin Scannell | |
PiperOrigin-RevId: 312159017 | |||
2020-05-18 | Implement Go branch updater with GitHub actions. | Adin Scannell | |
PiperOrigin-RevId: 312155686 | |||
2020-05-14 | Run issue_reviver via GitHub. | Adin Scannell | |
PiperOrigin-RevId: 311600872 | |||
2020-05-01 | Run labeller only for non-forked pull requests. | Adin Scannell | |
Otherwise the labeller will generate an error each time. PiperOrigin-RevId: 309505731 | |||
2020-04-23 | Add basic GitHub labeler workflow. | Adin Scannell | |
This is the first automated GitHub actions workflow, and it simply applies labels to pull request in a best-effort fashion. PiperOrigin-RevId: 308112191 |