Skip to content

Update TXT record for domain verification#36030

Closed
Kneel-soN wants to merge 2 commits intois-a-dev:mainfrom
Kneel-soN:main
Closed

Update TXT record for domain verification#36030
Kneel-soN wants to merge 2 commits intois-a-dev:mainfrom
Kneel-soN:main

Conversation

@Kneel-soN
Copy link
Copy Markdown
Contributor

@Kneel-soN Kneel-soN commented Apr 8, 2026

Requirements

  • I agree to the Terms of Service.
  • My file is following the domain structure.
  • My website is reachable and completed.
  • My website is software development related.
  • My website is not for commercial use.
  • I have provided contact information in the owner key.
  • I have provided a preview of my website below.

Website Preview

https://neilson-dinoso.vercel.app/portfolio
image

@Kneel-soN Kneel-soN requested a review from a team as a code owner April 8, 2026 12:03
Copilot AI review requested due to automatic review settings April 8, 2026 12:03
@is-a-dev-reviewbot
Copy link
Copy Markdown

Hi there! 👋

You've successfully made a pull request! Here are some steps to do while waiting for a maintainer to review the pull request:

  1. Check if the filename, file format, and records are valid. If you don't know if it's valid, please read this part of the documentation and use a JSON validator/formatter, like jsonlint. Make sure that the file is in the domains directory and not somewhere else in the repository.
  2. Please make sure that you've filled out the pull request template. It is generally not a good idea to overwrite the pull request template with something else unless you know what you are doing. Make sure to add either a publicly available preview of your website or a screenshot of it.
  3. Please wait patiently. Pull requests may take between a couple hours to 3 days. All of the maintainer team are volunteers and try to review the pull requests in their spare time. If you want a chance of getting your pull request merged faster then send your pull request number once in the #pull-requests channel in our Discord server and wait patiently.
  4. Please note that mentioning maintainers in pull requests without it being reviewed could lead to you getting marked as "low priority"; this also applies to pinging the maintainers in the Discord server or messaging the maintainers in private to review the pull request.

Note: Because of the influx of pull requests we are trying to do them all, but this would mean longer wait time. We'll try to get to them when we can. Thanks for the patience.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates a Vercel domain-verification TXT record for an is-a.dev subdomain.

Changes:

  • Replaces the vc-domain-verify=... TXT record value in the Vercel verification JSON.

@@ -5,6 +5,6 @@
"discord":"kneelson"
},
"records": {
"TXT": "vc-domain-verify=kneelson.is-a.dev,cd4a80ad97220ed37816"
"TXT": "vc-domain-verify=neilsondinoso.is-a.dev,3fbef6bf1b5e6c72a02b"
Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

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

The Vercel verification token here is for neilsondinoso.is-a.dev, but this file is _vercel.kneelson.json (and other Vercel verification files follow the pattern where the subdomain in the filename matches the subdomain in the TXT value, e.g. domains/_vercel.0xamit.json:7). As-is, this record likely won’t verify the intended domain. Update the TXT value to verify kneelson.is-a.dev, or rename/create the appropriate _vercel.neilsondinoso.json file for the neilsondinoso subdomain.

Suggested change
"TXT": "vc-domain-verify=neilsondinoso.is-a.dev,3fbef6bf1b5e6c72a02b"
"TXT": "vc-domain-verify=kneelson.is-a.dev,3fbef6bf1b5e6c72a02b"

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Member

@iostpa iostpa left a comment

Choose a reason for hiding this comment

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

neilsondinoso.is-a.dev does not exist, you would have to make that subdomain.

@iostpa iostpa added the reason: unauthorized You are not authorized to modify this domain. label Apr 10, 2026
@iostpa iostpa closed this Apr 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

reason: unauthorized You are not authorized to modify this domain.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants