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.
 
 
 
 
 
 

27 lines
613 B

  1. name: Backport
  2. on:
  3. pull_request_target:
  4. types:
  5. - closed
  6. - labeled
  7. jobs:
  8. main:
  9. runs-on: ubuntu-latest
  10. timeout-minutes: 10
  11. steps:
  12. - name: Checkout Actions
  13. uses: actions/checkout@v4
  14. with:
  15. repository: "xhiveframework/backport"
  16. path: ./actions
  17. ref: develop
  18. - name: Install Actions
  19. run: npm install --production --prefix ./actions
  20. - name: Run backport
  21. uses: ./actions/backport
  22. with:
  23. token: ${{secrets.RELEASE_TOKEN}}
  24. labelsToAdd: "backport"
  25. title: "{{originalTitle}}"