Skip to content

Fixed typo in nta examples in years (+ CI fix for forks) - #1052

Merged
thbar merged 3 commits into
TransmodelEcosystem:v2.1-wipfrom
Micovec:v2.1-wip
Jul 29, 2026
Merged

Fixed typo in nta examples in years (+ CI fix for forks)#1052
thbar merged 3 commits into
TransmodelEcosystem:v2.1-wipfrom
Micovec:v2.1-wip

Conversation

@Micovec

@Micovec Micovec commented Jul 27, 2026

Copy link
Copy Markdown

Fixed typo '20209-12-17T09:30:46.0Z' with '2019-12-17T09:30:46.0Z' in nta examples.

In the linked issue I mentioned it should be 2020 but given that the /PublicationDelivery/PublicationRequest/RequestTimestamp is 2019-12-17T09:30:46.0Z and not 2020-12-17T09:30:46.0Z I believe I was originally mistaken.

Fixes: #1048

EDIT @thbar: also in this PR, a fix to ensure the test workflow (run) will run when we get PR from forks.

- Replaced '20209-12-17T09:30:46.0Z' with '2019-12-17T09:30:46.0Z'
@skinkie

skinkie commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

@TuThoThai likely needs backports to all releases.

skinkie
skinkie previously approved these changes Jul 27, 2026
@skinkie skinkie added the typo Typo (comment or mispelling) correction without any technical impact label Jul 27, 2026
@skinkie skinkie self-assigned this Jul 27, 2026
ue71603
ue71603 previously approved these changes Jul 28, 2026
trurlurl
trurlurl previously approved these changes Jul 28, 2026
@skinkie

skinkie commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

@thbar we are again in the situation were the ci process does not work. When will it be fixed?

@thbar

thbar commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

The required check on run is mine; announced in #1036 last month, explicitly flagged as "to be tested & verified".

Current PR does exactly that, and it surfaced something older than the check: ci.yml is on: push, so a PR from a fork produces no push here and the workflow has never once been triggered by one; true of all 338 runs still on record.

Until June that stayed invisible, because fork contributions were only ever validated after merge if I understand well, when the merge commit hit the target branch.

So the debt is the missing trigger, not the enforcement:

-on: push
+on:
+  push:
+  pull_request:
       - name: Commit changes
+        if: github.event_name == 'push'

The gate is needed because a fork's pull_request run gets no write token. Target branches stay normalized exactly as today.

@skinkie you can take it from here if you want (a patch directly on this PR will be fine I think) - I won't have much time before mid of august.

@thbar

thbar commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

And thanks @Micovec as you are helping us uncover a bit of pipeline technical debt that is worth solving 😄

@skinkie

skinkie commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

@skinkie you can take it from here if you want (a patch directly on this PR will be fine I think) - I won't have much time before mid of august.

I have no clue what to do.

Comment thread examples/standards/nta/NTA-PI-01_EI_IR_LINE_OFFER__Journey00122_20200801.xml Outdated
@skinkie
skinkie dismissed stale reviews from trurlurl, ue71603, and themself via be3a8ae July 29, 2026 16:29
@skinkie
skinkie requested review from trurlurl and ue71603 July 29, 2026 16:29
skinkie
skinkie previously approved these changes Jul 29, 2026
@thbar thbar changed the title Fixed typo in nta examples in years Fixed typo in nta examples in years (+ CI fix for forks) Jul 29, 2026
@thbar

thbar commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

@skinkie issue is fixed with the proposed patch in 8a2ee38.

@thbar thbar left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @Micovec ; re-approving since my CI fix (which we'll have to backport to v2.0 if you wanna target PR there too) dismissed the previous review.

@thbar

thbar commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

@skinkie you'll have to re-approve, since I'm the last pusher.

@thbar

thbar commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

Thanks @Micovec @skinkie

@thbar
thbar merged commit c54937a into TransmodelEcosystem:v2.1-wip Jul 29, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

typo Typo (comment or mispelling) correction without any technical impact

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants