Home
last modified time | relevance | path

Searched refs:issue (Results 1 – 25 of 267) sorted by relevance

1234567891011

/expo/tools/src/commands/
H A DValidateIssueCommand.ts12 issue: string;
25 if (options.issue !== '*' && isNaN(Number(options.issue))) {
32 if (options.issue === '*') {
35 await validateIssueAsync(+options.issue);
67 for (const issue of issues) { constant
68 await validateIssueAsync(issue.number);
79 const issue = await getIssueAsync(issueNumber); constant
80 if (!issue) {
85 for (const label of issue.labels) {
113 console.log(issue.labels);
[all …]
H A DCommentatorCommand.ts13 issue: number;
43 if (!comment.issue || !comment.body) {
48 await commentOnIssueAsync(comment.issue, comment.body);
49 commentedIssues.push(comment.issue);
51 logger.error(`Failed to comment on issue #${comment.issue}:`, e);
58 .map((issue) =>
59 link(chalk.blue('#' + issue), `https://github.com/expo/expo/issues/${issue}`)
H A DImportGithubIssueToLinear.ts11 issue: string;
29 if (isNaN(Number(options.issue))) {
40 await importIssueAsync(+options.issue, options.importer);
48 const issue = await GitHub.getIssueAsync(githubIssueNumber); constant
49 if (!issue) {
57 … opinion of maintainers. This summary will be read by the Expo project maintainers.\n${issue.body}`
64 …let issueDescription = `### This issue was automatically imported from GitHub: ${issue.html_url}\n…
82 title: issue.title,
86 assigneeId: (await inferLinearUserId(issue.assignees?.map(({ login }) => login)))?.id,
H A DCloseLinearIssueFromGithub.ts8 issue: string;
21 if (isNaN(Number(options.issue))) {
32 await closeIssueAsync(+options.issue);
/expo/.github/workflows/
H A Dissue-stale.yml15 days-before-issue-stale: 90
16 days-before-issue-close: 7
17 stale-issue-label: 'stale'
18 exempt-issue-labels: 'Issue accepted'
19 …ale-issue-message: 'This issue is stale because it has been open for 90 days with no activity. If …
20 …close-issue-message: 'This issue was closed because it has been inactive for 7 days since being ma…
H A Dissue-opened.yml1 name: Process a newly opened issue
15 if: ${{ contains( env.TRUSTED_USERS, github.event.issue.user.login ) }}
22 text: 'This issue should be triaged ASAP: ${{ github.event.issue.html_url }}'
23 author_name: ${{ github.event.issue.user.login }}
26 if: ${{ contains( env.TRUSTED_USERS, github.event.issue.user.login ) }}
31 issue_number: context.issue.number,
49 - name: �� Validate issue complies with requirements
50 run: expotools validate-issue --issue "${{ github.event.issue.number }}"
H A Dissue-closed.yml1 name: Process when issue is closed
8 run-on-issue-accepted:
10 if: contains(github.event.issue.labels.*.name, 'Issue accepted')
21 - name: �� Close Linear issue
22 run: expotools close-linear-issue-from-github --issue "${{ github.event.issue.number }}"
H A Dissue-triage.yml16 issue_number: context.issue.number,
45 issue_number: context.issue.number,
60 issue_number: context.issue.number,
65issue and fill out the entire issue template to the best of your ability. Refer to the following r…
74 issue_number: context.issue.number,
80 issue-accepted:
84 - name: Comment on issue
90 issue_number: context.issue.number,
106 - name: �� Import issue to Linear
107 …run: expotools import-github-issue-to-linear --issue "${{ github.event.issue.number }}" --importer…
[all …]
H A Dlock.yml23 issue-inactive-days: '180'
24 add-issue-labels: 'outdated'
25 exclude-any-issue-labels: 'help wanted'
H A Dcheck-issues-nightly.yml22 run: expotools validate-issue --issue "*"
H A Dpr-labeler.yml65 issue_number: context.issue.number,
76 issue_number: context.issue.number,
88 issue_number: context.issue.number,
99 issue_number: context.issue.number,
/expo/tools/src/publish-packages/tasks/
H A DcommentOnIssuesTask.ts70 linksToClosedIssues(payload.map(({ issue }) => issue))
108 for (const issue of closedIssues) { constant
109 if (!commentRows[issue]) {
110 commentRows[issue] = [];
116 const existingRowForPackage = commentRows[issue].find((entry) => entry.pkg === pkg); constant
121 commentRows[issue].push({
131 return Object.entries(commentRows).map(([issue, entries]) => {
133 issue: +issue,
145 linksToClosedIssues(payload.map(({ issue }) => issue))
154 .map((issue) => link(chalk.blue('#' + issue), `https://github.com/expo/expo/issues/${issue}`))
/expo/.github/ISSUE_TEMPLATE/
H A Ddev_client_bug_report.yml2 description: 'Report a reproducible issue with a development build'
11 If you leave out sections there is a high likelihood your issue will be closed.
12 …If you have a question or you think your issue might be caused by your application code, you can g…
16 …-cli`, and (if applicable) `eas-cli`. If not, try upgrading first and see if that fixes your issue.
58 … not share your entire project. If a reproducible demo is not provided, your issue will be closed.
59 …non-Expo-core modules, it is unlikely to help us narrow down the cause of your issue more quickly.
69 …description: If your issue involves a crash, please provide the native stacktrace if you are able …
H A Dbug_report_cli.yml11 If you leave out sections there is a high likelihood your issue will be closed.
12 …If you have a question or you think your issue might be caused by your application code, you can g…
18 …your own](https://expo.fyi/manual-debugging) to more precisely define your issue before proceeding.
46 …If a reproducible demo is not provided, your issue will be closed. You must also test your issue a…
H A Dbug_report_router.yml10 …value: If you have a question or you think your issue might be caused by your application code, yo…
16 …You should also test your issue against the latest SDK version to ensure that it hasn't already be…
18 If a reproducible demo is not provided, your issue will be closed.
39 … label: If the issue is web-related, please select the bundler (`web.bundler` in the `app.json`)
49 …your own](https://expo.fyi/manual-debugging) to more precisely define your issue before proceeding.
H A Dbug_report.yml10 …value: If you have a question or you think your issue might be caused by your application code, yo…
16 …You should also test your issue against the latest SDK version to ensure that it hasn't already be…
18 If a reproducible demo is not provided, your issue will be closed.
32 …your own](https://expo.fyi/manual-debugging) to more precisely define your issue before proceeding.
/expo/packages/expo/.github/
H A DISSUE_TEMPLATE.md1 …ports on our main Expo repo -- please choose whichever you feel is more appropriate for your issue:
7 Thanks for reporting the issue you found with the Expo SDK!
/expo/fastlane/android/metadata/en-US/changelogs/
H A D97.txt2 Fix issue with Maps
/expo/docs/pages/versions/unversioned/config/
H A Dapp.mdx6 {/* Hi! If you found an issue within the description of the manifest properties, please create a Gi…
/expo/docs/pages/versions/v46.0.0/config/
H A Dapp.mdx6 {/* Hi! If you found an issue within the description of the manifest properties, please create a Gi…
/expo/docs/pages/versions/v49.0.0/config/
H A Dapp.mdx6 {/* Hi! If you found an issue within the description of the manifest properties, please create a Gi…
/expo/docs/pages/versions/v47.0.0/config/
H A Dapp.mdx6 {/* Hi! If you found an issue within the description of the manifest properties, please create a Gi…
/expo/docs/pages/versions/v48.0.0/config/
H A Dapp.mdx6 {/* Hi! If you found an issue within the description of the manifest properties, please create a Gi…
/expo/
H A DSECURITY.md5 Instead of opening a GitHub issue for security vulnerabilities, send an email to our secure inbox: …
/expo/tools/src/
H A DGitHubActions.ts119 return matches.map((match) => parseInt(match, 10)).filter((issue) => !isNaN(issue));

1234567891011