Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

backport.yml 341 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
  1. #
  2. # Backport PRs labeled by "backport 6.1" into 6.1 branch
  3. #
  4. name: Backport
  5. on:
  6. pull_request:
  7. types:
  8. - closed
  9. - labeled
  10. jobs:
  11. backport:
  12. runs-on: ubuntu-latest
  13. name: Backport
  14. steps:
  15. - name: Backport
  16. uses: tibdex/backport@v1.1.1
  17. with:
  18. github_token: ${{ secrets.GITHUB_TOKEN }}
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...