diff --git a/.github/mergify.yml b/.github/mergify.yml index 1532a5c70..9a228dcb1 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -76,11 +76,3 @@ pull_request_rules: comment: message: | Congrats! Your token has been merged. Consider joining our Discord to stay up to date with other builders in the ecosystem. Make sure to drink plenty of water. - - - name: Request review from Base team if PR has 'base-goerli' label - conditions: - - label=base-goerli - actions: - request_reviews: - users: - - roberto-bayardo diff --git a/.github/workflows/label-base-token.yml b/.github/workflows/label-base-token.yml deleted file mode 100644 index 0b04bb5f4..000000000 --- a/.github/workflows/label-base-token.yml +++ /dev/null @@ -1,41 +0,0 @@ -name: Label PR if token is for base-goerli - -on: - push: - branches: [master] - pull_request: - branches: [master] - -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v2 - - - name: Get changed .json files - id: changed-files - uses: tj-actions/changed-files@v36 - with: - files: 'data/**/**.json' - separator: ',' - - - name: Check for 'base-goerli' is in changed files - id: check - run: | - FILES='${{ steps.changed-files.outputs.all_modified_files }}' - IFS=',' read -ra FILE_ARRAY <<< "$FILES" - for file in "${FILE_ARRAY[@]}"; do - if grep -q 'base-goerli' $file; then - echo "::set-output name=add_label::true" - break - fi - done - shell: bash - - - name: Add 'base-token' label - if: steps.check.outputs.add_label == 'true' - uses: actions-ecosystem/action-add-labels@v1 - with: - github_token: ${{secrets.PAT}} - labels: 'base-goerli' diff --git a/optimism.tokenlist.json b/optimism.tokenlist.json index 673ab551d..053dbf30a 100644 --- a/optimism.tokenlist.json +++ b/optimism.tokenlist.json @@ -6,7 +6,7 @@ "layer2", "infrastructure" ], - "timestamp": "2023-06-27T23:03:30.851Z", + "timestamp": "2023-06-28T16:53:43.309Z", "tokens": [ { "chainId": 1, @@ -3732,6 +3732,6 @@ "version": { "major": 8, "minor": 3, - "patch": 72 + "patch": 73 } } \ No newline at end of file diff --git a/package.json b/package.json index 478d3038d..2634d0779 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@eth-optimism/tokenlist", "description": "[Optimism] token list", - "version": "8.3.72", + "version": "8.3.73", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts",