diff --git a/.github/workflows/autoupdate.yml b/.github/workflows/autoupdate.yml deleted file mode 100644 index baf425676..000000000 --- a/.github/workflows/autoupdate.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: Update PR branches - -on: - push: - branches: - - main - -permissions: - pull-requests: write - contents: write - -jobs: - autoupdate: - name: autoupdate - runs-on: ubuntu-22.04 - steps: - - uses: docker://chinthakagodawita/autoupdate-action:v1 - env: - GITHUB_TOKEN: "${{ secrets.AUTOUPDATE_TOKEN }}" - PR_FILTER: "all" - PR_READY_STATE: "ready_for_review" - MERGE_MSG: "Auto-updated branch with latest changes from main" - RETRY_COUNT: "2" - RETRY_SLEEP: "60000" - MERGE_CONFLICT_ACTION: "fail" - UPDATE_METHOD: "merge" diff --git a/resources/schema/Operator.md b/resources/schema/Operator.md index 1baadd2a5..f4659ffb3 100644 --- a/resources/schema/Operator.md +++ b/resources/schema/Operator.md @@ -160,6 +160,8 @@ Complement of `equals_string_part` ### equals_string_part +Checks that the values in the target column equal the result of parsing the value in the comparison column with a regex + > RDOMAIN equals characters 5 and 6 of SUPP dataset name ```yaml @@ -1097,7 +1099,7 @@ Check: operator: target_is_sorted_by value: - name: --STDTC - order: asc + sort_order: asc null_position: last ```