RFR: 912: PR title correction logic can get stuck [v2]

Magnus Ihse Bursie ihse at openjdk.java.net
Thu Mar 11 14:06:32 UTC 2021


> The PR title correct logic introduced with SKARA-572 can end up trying to correct the title forever. An observed case is where the JBS title ends with a trailing space. When trying to update the PR title to include this trailing space, it will be stripped by GitLab and no update will actually be done. This will then get retried again and again. 
> 
> The fix is to strip the JBS title before doing any comparisons.

Magnus Ihse Bursie has updated the pull request incrementally with one additional commit since the last revision:

  Fix issue numbering in test.

-------------

Changes:
  - all: https://git.openjdk.java.net/skara/pull/1050/files
  - new: https://git.openjdk.java.net/skara/pull/1050/files/63d915c4..6464ea93

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=skara&pr=1050&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=skara&pr=1050&range=00-01

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/skara/pull/1050.diff
  Fetch: git fetch https://git.openjdk.java.net/skara pull/1050/head:pull/1050

PR: https://git.openjdk.java.net/skara/pull/1050


More information about the skara-dev mailing list