summaryrefslogtreecommitdiff
path: root/releasenotes/notes/match-on-config-updates-1c6621885bd3e1c9.yaml
blob: 72fe2c9c54ff25ae32040d229bfc6b252c7c1d9c (plain)
1
2
3
4
5
6
7
8
9
10
---
upgrade:
  - |
    Jobs with file matchers will now automatically match if the configuration
    of the job is changed.  This means that the Zuul configuration file no
    longer needs to be included in the list of files to match in order for
    changes to job configuration to be self-testing.

    To keep the old behavior, set :attr:`job.match-on-config-updates`
    to ``False``.