Update tf-keras version requirements to match TF version ignoring the minor version. This allows tf-keras
and TensorFlow
to have their own patch releases without having to have a corresponding patch release.
#170
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: pull_workflow | |
on: | |
pull_request_target: | |
types: [synchronize,opened,closed] | |
permissions: | |
contents: read | |
issues: write | |
pull-requests: write | |
jobs: | |
welcome: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/github-script@v7 | |
with: | |
script: | | |
const script = require('./\.github/workflows/scripts/pull_workflow.js') | |
script({github, context}) |