Skip to content

[WIP] Build against TF2.16 #3951

[WIP] Build against TF2.16

[WIP] Build against TF2.16 #3951

Workflow file for this run

name: Backport
on:
pull_request:
types:
- closed
- labeled
permissions: {}
jobs:
backport:
runs-on: ubuntu-20.04
name: Backport
permissions:
contents: write
steps:
- name: Backport Bot
if: github.event.pull_request.merged && ( ( github.event.action == 'closed' && contains( join( github.event.pull_request.labels.*.name ), 'backport') ) || contains( github.event.label.name, 'backport' ) )
uses: Gaurav0/backport@d69fd1d2469762a7b4007f671857e4f94deed0af # Version 1.0.24
with:
bot_username: bot-of-gabrieldemarmiesse
bot_token: 1353d990cdb8b8ceb1b73d301dce83cc0da3db29
bot_token_key: a1b2c3d47311f8e29e204f85a81b4df4a44e252c
github_token: ${{ secrets.GITHUB_TOKEN }}