You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This update relates to issue #7 to update existing comments in a pull request on subsequent runs. In larger repos, this will reduce the amount of comments being added to a PR during its review cycle.
---------
Co-authored-by: castastrophe <[email protected]>
Workflow-timer compares the current workflow run with the latest run on the master/main branch. Therefore, the same workflow needs to run when merging with the master as well, otherwise, there will be no data to compare. We suggest having the following definition in the workflow:
20
21
21
-
```
22
+
```yaml
22
23
on:
23
24
push:
24
25
branches: master
@@ -27,4 +28,5 @@ on:
27
28
```
28
29
29
30
## How to contribute
31
+
30
32
Feel free to open a pull request! All contributions, no matter how small, are more than welcome. Happy hacking!
0 commit comments