Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 31f3457d0b8da53fde38dbd2d98301a62bc2329d
      
https://github.com/synfig/synfig/commit/31f3457d0b8da53fde38dbd2d98301a62bc2329d
  Author: Ice0 <konop...@gmail.com>
  Date:   2022-11-27 (Sun, 27 Nov 2022)

  Changed paths:
    A .github/workflows/conventional-commits-style.yml

  Log Message:
  -----------
  ci: added conventional commits style check for PR titles (#2909)

The main feature of these PR is the ability to automatically start the check 
after editing the title of the PR, so no need to restart this check manually.

This is made possible by the GitHub Actions event system.

In this case, we use the `PR edited` event.
```
  pull_request:
    types: [opened, edited]
```

P.S.
PR title is extracted from GitHub Actions JSON file located at 
${GITHUB_EVENT_PATH}

https://docs.github.com/en/actions/learn-github-actions/environment-variables
> GITHUB_EVENT_PATH
> The path to the file on the runner that contains the full event webhook 
> payload. 
> For example, /github/workflow/event.json.




_______________________________________________
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to