A library that computes the ephemerides.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

18 lines
311 B

  1. name: "Semantic Pull Request"
  2. on:
  3. pull_request:
  4. types:
  5. - opened
  6. - edited
  7. - synchronize
  8. jobs:
  9. main:
  10. name: Validate PR title
  11. runs-on: ubuntu-latest
  12. steps:
  13. - uses: amannn/action-semantic-pull-request@v4
  14. env:
  15. GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}