diff --git a/.github/workflows/sync_meta.yml b/.github/workflows/sync_meta.yml index 80143f79e35..5d6d91b2b73 100644 --- a/.github/workflows/sync_meta.yml +++ b/.github/workflows/sync_meta.yml @@ -22,6 +22,6 @@ jobs: with: GH_PAT: ${{ secrets.ACCESS_TOKEN }} # Can't use GITHUB_TOKEN to make PRs on other repos PR_LABELS: | - 🛠 goal: fix + 🧰 goal: internal improvement 🤖 aspect: dx 🟧 priority: high diff --git a/.gitignore b/.gitignore index 7f6d6943704..edf465cb6a8 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ # Environments .env env/ +venv/ # Editor/IDE configs .idea/