[WIP] Fix a bug where the _metadata column was not available in streaming data frames #604
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: Add new pull requests to Backlog (External) | |
on: | |
pull_request_target: | |
types: [opened, reopened] | |
jobs: | |
automate-new-pull-requests: | |
if: ${{ !contains('allisonport-db dennyglee scottsand-db tdas vkorukanti zsxwing', github.event.sender.login) }} | |
runs-on: ubuntu-latest | |
steps: | |
- uses: alex-page/[email protected] | |
with: | |
project: oss-delta-prs | |
column: Needs Review | |
repo-token: ${{ secrets.PROJECT_BOARD_AUTOMATION_TOKEN }} |