aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/pr-label.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/pr-label.yml')
-rw-r--r--.github/workflows/pr-label.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/pr-label.yml b/.github/workflows/pr-label.yml
index ebeb7305e..512daf116 100644
--- a/.github/workflows/pr-label.yml
+++ b/.github/workflows/pr-label.yml
@@ -3,10 +3,10 @@ name: "Pull Request auto-label"
on:
# So that PRs touching the same files as the push are updated
push:
- branches: [ master, release-* ]
+ branches: [ master, development, release-* ]
paths-ignore:
- - 'tests/Auto-GPT-test-cassettes'
- - 'tests/challenges/current_score.json'
+ - 'autogpts/autogpt/tests/vcr_cassettes'
+ - 'benchmark/reports/**'
# So that the `dirtyLabel` is removed if conflicts are resolve
# We recommend `pull_request_target` so that github secrets are available.
# In `pull_request` we wouldn't be able to change labels of fork PRs