mirror of
https://github.com/tauri-apps/tauri-github-bot.git
synced 2026-01-31 00:35:20 +01:00
chore: licenses
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,3 +1,7 @@
|
||||
# Copyright 2019-2022 Tauri Programme within The Commons Conservancy
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
node_modules
|
||||
npm-debug.log
|
||||
*.pem
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2017 - Present Tauri Apps Contributors
|
||||
Copyright (c) 2020 - 2022 Tauri Pogramme within The Commons Conservancy
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
// Copyright 2019-2022 Tauri Programme within The Commons Conservancy
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import nock from "nock";
|
||||
import app from "../src";
|
||||
import { Probot, ProbotOctokit } from "probot";
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
// Copyright 2019-2022 Tauri Programme within The Commons Conservancy
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { it, expect, describe } from "vitest";
|
||||
import { COMMAND_REGEX } from "../src/constants";
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
// Copyright 2019-2022 Tauri Programme within The Commons Conservancy
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { ProbotOctokit } from "probot";
|
||||
import { it, expect, describe } from "vitest";
|
||||
import { getIssueInfoFromUrl } from "../src/util";
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
// Copyright 2019-2022 Tauri Programme within The Commons Conservancy
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { Octokit } from "@octokit/rest";
|
||||
|
||||
export const TAURI_GITHUB_BOT = "tauri-apps[bot]";
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
// Copyright 2019-2022 Tauri Programme within The Commons Conservancy
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { Probot } from "probot";
|
||||
import {
|
||||
BACKLOG_LABEL,
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
// Copyright 2019-2022 Tauri Programme within The Commons Conservancy
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
export const UPSTREAM_ISSUE_BODY_PREDICATE =
|
||||
"> This issue has been upstreamed from";
|
||||
export const UPSTREAM_ISSUE_BODY_SEPARATOR = "\n\n";
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
// Copyright 2019-2022 Tauri Programme within The Commons Conservancy
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
import { ProbotOctokit } from "probot";
|
||||
import { TAURI_BOT_ACC_OCTOKIT, TAURI_ORG } from "./constants";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user