What does the label `disposition-merge` mean on a Github issue?

I'd think the label only applied to PRs. Or is this just a case of mislabeling?

For example:
https://github.com/rust-lang/rust/issues/87479

It is automatically added by rfcbot when someone with the right permission comments @rfcbot fcp merge. It indicates that said person proposed to merge/accept the change. Once enough people sign off on this, the final comment period (fcp) starts. It lasts for 10(?) days. If there are no objections, the fcp will end and the respective change has been accepted and a PR for it will be merged after review.

Ok I think I understand. It's like a mini-RFC but with an issue instead of a PR.

1 Like

Worth noting that some things are a bit out of date since FCPs started happening on issues and not PRs.

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.