Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Size:
< 1K
ArXiv:
DOI:
Libraries:
Datasets
pandas
File size: 2,741 Bytes
d822266
1
{"head_branch": "fix-percent-true-2", "contributor": "alteryx", "sha_fail": "f0a5812487ba8e8cfe9cd5eb28cb71977619259f", "sha_success": "b0630043ffac825c46d3a99e1b1ce4d86731839f", "language": "Python", "repo_owner": "alteryx", "repo_name": "featuretools", "workflow_name": "Release Notes Updated", "workflow_filename": "release_notes_updated.yaml", "workflow_path": ".github/workflows/release_notes_updated.yaml", "workflow": "name: Release Notes Updated\non:\n  pull_request:\n    types: [opened, synchronize]\njobs:\n  release_notes_updated:\n    name: release notes updated\n    runs-on: ubuntu-latest\n    steps:\n      - name: Check for development branch\n        id: branch\n        shell: python\n        run: |\n          from re import compile\n          main = '^main$'\n          release = '^release_v\\d+\\.\\d+\\.\\d+$'\n          backport = '^backport_v\\d+\\.\\d+\\.\\d+$'\n          dep_update = '^latest-dep-update-[a-f0-9]{7}$'\n          min_dep_update = '^min-dep-update-[a-f0-9]{7}$'\n          regex = main, release, backport, dep_update, min_dep_update\n          patterns = list(map(compile, regex))\n          ref = \"${{ github.event.pull_request.head.ref }}\"\n          is_dev = not any(pattern.match(ref) for pattern in patterns)\n          print('::set-output name=is_dev::' + str(is_dev))\n      - if: ${{ steps.branch.outputs.is_dev == 'true' }}\n        name: Checkout repository\n        uses: actions/checkout@v3\n        with:\n          ref: ${{ github.event.pull_request.head.ref }}\n          repository: ${{ github.event.pull_request.head.repo.full_name }}\n      - if: ${{ steps.branch.outputs.is_dev == 'true' }}\n        name: Check if release notes were updated\n        run: cat docs/source/release_notes.rst | grep \":pr:\\`${{ github.event.number }}\\`\"\n        \n", "logs": "##[group]Run cat docs/source/release_notes.rst | grep \":pr:\\`2627\\`\"\n\u001b[36;1mcat docs/source/release_notes.rst | grep \":pr:\\`2627\\`\"\u001b[0m\nshell: /usr/bin/bash -e {0}\n##[endgroup]\n##[error]Process completed with exit code 1.\n", "diff": "diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst\nindex 79aa960e..8d0b1686 100644\n--- a/docs/source/release_notes.rst\n+++ b/docs/source/release_notes.rst\n@@ -7,7 +7,7 @@ Future Release\n ==============\n     * Enhancements\n     * Fixes\n-        * Fix bug with default value in ``PercentTrue`` primitive (:pr:`2626`)\n+        * Fix bug with default value in ``PercentTrue`` primitive (:pr:`2627`)\n     * Changes\n         * Refactor ``featuretools/tests/primitive_tests/utils.py`` to leverage list comprehensions for improved Pythonic quality (:pr:`2607`)\n         * Refactor ``can_stack_primitive_on_inputs`` (:pr:`2522`)\n"}