forked from rubyforgood/casa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlabeler.yml
29 lines (25 loc) · 858 Bytes
/
labeler.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Configuration for the Labeler action
# The action is set up in ./workflows/label.yml
# See https://github.com/actions/labeler for more details
#
# Warning - Testing changes to this file can be tricky
# At the time of writing, you need to have changes committed to master for the
# Action to use them. This isn't ideal for rapid iteration. If you want to make
# changes to this file and experiment with changes, please consider testing the
# changes in a fork of this repo first. This allows you to add changes to
# master as needed and also create multiple Pull Requests to confirm labels are
# properly added.
ruby:
- "**/*.rb"
javascript:
- "**/*.js"
- "package*.json"
- "yarn.lock"
Tests! 🎉💖👏:
- "app/javascript/__tests__/**.test.js"
- "cypress/**/*.spec.js"
- "spec/**/*_spec.rb"
dependencies:
- "Gemfile*"
- "package*.json"
- "yarn.lock"