[presentation-api] Presentation API publication is failing with echidna error (#521)

mfoltzgoogle has just created a new issue for https://github.com/w3c/presentation-api:

== Presentation API publication is failing with echidna error ==
The [last attempt to publish the spec](https://github.com/w3c/presentation-api/actions/runs/10516928404/job/29140103131) failed (with an error that I'm not familiar with)[https://labs.w3.org/echidna/api/status?id=40c08871-97cf-445c-b870-e107620c8d6c]:

```
"specberus": {
        "status": "failure",
        "errors": [
          {
            "key": "not-participating",
            "extra": {
              "id": 63802
            },
            "detailMessage": "The user with id 63802 is not participating in the group producing this document.",
            "type": {
              "name": "headers.editor-participation",
              "section": "front-matter",
              "rule": "editorSection"
            }
          }
        ]
      },
```

I see that Dominik (former editor) has a w3cid of 63802, maybe that is what echidna is complaining about?

```       
 editors: [
          {
            w3cid: 68454,
            name: 'Mark Foltz',
            company: 'Google',
            mailto: 'mfoltz@google.com'
          },
          {
            w3cid: 63802,
            name: 'Dominik Röttsches',
            company: 'Intel',
            note: 'until April 2015'
          }
        ],
```

Calling on @tidoust for his expertise in all things around spec publishing :)


Please view or discuss this issue at https://github.com/w3c/presentation-api/issues/521 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 23 August 2024 17:08:15 UTC