Commit graph

256 commits

Author SHA1 Message Date
96ef06de01
Update repo.yml
Signed-off-by: 0xMRTT <0xMRTT@proton.me>
2023-07-09 06:05:32 +02:00
a5f03eb443
Update repo.yml
Signed-off-by: 0xMRTT <0xMRTT@proton.me>
2023-07-09 05:50:38 +02:00
63e24ba736
fix: use master
Signed-off-by: 0xMRTT <0xMRTT@proton.me>
2023-07-09 05:32:41 +02:00
7aa47cf29e
Create repo.yml
Signed-off-by: 0xMRTT <0xMRTT@proton.me>
2023-07-09 05:24:42 +02:00
FineFindus
f2ae26c281
chore(pr-template): fix typos 2023-06-26 21:11:18 +02:00
dependabot[bot]
6427c70e0e
build(deps): bump docker/setup-qemu-action from 2.1.0 to 2.2.0
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v2.1.0...v2.2.0)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-08 08:00:45 +00:00
da0461d2f7
ci: remove workflow for codeberg since i found a better way
Signed-off-by: 0xMRTT <0xMRTT@proton.me>
2023-05-08 10:49:08 +02:00
5b6c9502d1
ci: add mirroring to codeberg
Signed-off-by: 0xMRTT <0xMRTT@proton.me>
2023-05-06 11:56:01 +02:00
9ce43bbf6f
meta: Follow-up previous commit
Signed-off-by: David Lapshin <ddaudix@gmail.com>
2023-05-04 21:46:19 +03:00
103cd6b655
meta: Skip build if only markdown file is changed
Signed-off-by: David Lapshin <ddaudix@gmail.com>
2023-05-04 21:42:42 +03:00
tfuxu
e412a2c537
GNOME Shell theming support (#679)
Signed-off-by: tfuxu <73042332+tfuxu@users.noreply.github.com>
Co-authored-by: 0xMRTT <0xMRTT@evta.fr>
Co-authored-by: 0xMRTT <0xMRTT@proton.me>
Co-authored-by: daudix-UFO <ddaudix@gmail.com>
2023-05-04 13:24:18 +00:00
tfuxu
72f1751067
meta: revert flatpak/flatpak-github-actions to v5
Yea, they didn't fix this, I should probably report it to them.

Signed-off-by: tfuxu <73042332+tfuxu@users.noreply.github.com>
2023-05-02 17:32:25 +00:00
tfuxu
ed107a66a5
meta: update flatpak/flatpak-github-actions to v6
Maybe this time it will work

Signed-off-by: tfuxu <73042332+tfuxu@users.noreply.github.com>
2023-05-02 15:02:55 +00:00
9c3de72391
revert: Runtime version change
d7c40f4235

4b54a1186f
2023-05-02 15:31:32 +03:00
4b54a1186f
fix: Change repo to flathub
Signed-off-by: David Lapshin <ddaudix@gmail.com>
2023-05-02 15:06:22 +03:00
c2f5f00d35
misc: Make translation workflow only run manually
Make translators life easier by updating translation files only when release is on the way

Signed-off-by: David Lapshin <ddaudix@gmail.com>
2023-04-19 03:24:36 +03:00
tfuxu
6579c69d06
meta: return to v5 of flatpak-builder workflow
For now return to the version 5 of `flatpak-builder` workflow, until aarch64 job long execution time will be resolved.

Signed-off-by: tfuxu <73042332+tfuxu@users.noreply.github.com>
2023-04-06 18:38:57 +00:00
tfuxu
0bfc938983
build.yml: bump flatpak builder version (#749) 2023-04-06 12:37:26 +00:00
dependabot[bot]
ad6f2facbb
build(deps): bump peter-evans/create-pull-request from 4 to 5
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4 to 5.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v4...v5)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-05 08:01:17 +00:00
K.B.Dharun Krishna
73f1784642
build.yml: bump flatpak builder version
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-04-02 16:28:10 +05:30
tfuxu
e0b95d10a0
meta: make extensions textarea desc more clear
Indicate in description of "Enabled system extensions" textarea, that this information is not required to fill in some cases.

Signed-off-by: tfuxu <73042332+tfuxu@users.noreply.github.com>
2023-03-02 19:33:59 +00:00
tfuxu
b9471df3b6
meta: allow users to see a protip in textarea
Signed-off-by: tfuxu <73042332+tfuxu@users.noreply.github.com>
2023-02-01 14:10:08 +00:00
tfuxu
df12a96961
meta: add more required info in bug reports
Signed-off-by: tfuxu <73042332+tfuxu@users.noreply.github.com>
2023-02-01 14:07:23 +00:00
tfuxu
2a94a508b2
meta: make Dependency Review not fail
Dependency Review action can be only run on pull requests, as it requires base_ref/head_ref configuration options, which are only available on `pull_request` and `pull_request_target` triggers. More info: https://docs.github.com/en/actions/learn-github-actions/contexts

Signed-off-by: tfuxu <73042332+tfuxu@users.noreply.github.com>
2023-01-23 16:33:22 +00:00
0dbd5c809c
misc: CI improvements (#700)
# Description

Made several improvements to workflow files and added a new Typos
workflow.

_We probably should squash this on merge_

## Type of change

<!-- What type of change does your pull request introduce? Put an `x` in
the box that apply. -->
- [ ] Bugfix (Change which fixes a issue)
- [ ] New feature (Change which adds new functionality)
- [x] Enhancement (Change which slightly improves existing code)
- [ ] Breaking change (This change will introduce incompatibility with
existing functionality)

## Changelog <!-- This is optional, but highly appreciated. -->

- Beautified some workflow files
- Updated text in Greetings action
- Changed `pypi_deps.yml` file name to `pypi-dependencies.yml`
- Added new typo checking workflow

## Testing

- [x] I have tested my changes and verified that they work as expected
<!-- Required, your PR won't be accepted if you don't do this step. -->

### How to test the changes

<!-- Optional, it can speed up review process if you provide the
information on how to test your changes. -->
No information provided.

Signed-off-by: tfuxu <73042332+tfuxu@users.noreply.github.com>
Co-authored-by: 0xMRTT <0xMRTT@proton.me>
Co-authored-by: tfuxu <73042332+tfuxu@users.noreply.github.com>
2023-01-18 03:04:00 +03:00
tfuxu
8c87a6d857
meta: update PR template
Signed-off-by: tfuxu <73042332+tfuxu@users.noreply.github.com>
2023-01-14 18:28:32 +00:00
5621934d8b
fix: rename ci to build
since it's only doing build

Signed-off-by: 0xMRTT <0xMRTT@proton.me>
2023-01-03 23:55:02 +01:00
tfuxu
e77199aba0
meta: disallow blank issues
Signed-off-by: tfuxu <73042332+tfuxu@users.noreply.github.com>
2022-12-28 00:13:32 +00:00
tfuxu
d5fa02b2a6
linting: fix a majority of coding errors pointed by pylint 2022-12-27 21:28:58 +01:00
tfuxu
f5a8fdca4c
meta: change CI artifact output names
Signed-off-by: tfuxu <73042332+tfuxu@users.noreply.github.com>
2022-12-25 16:53:53 +00:00
e828e9915e
misc: change to main
Signed-off-by: David Lapshin <ddaudix@gmail.com>
2022-12-25 16:21:54 +03:00
e474bbbd84
feat: switch to gnome-nightly
Signed-off-by: David Lapshin <ddaudix@gmail.com>
2022-12-25 15:10:25 +03:00
efad0fdde8
feat: update CI
Signed-off-by: David Lapshin <ddaudix@gmail.com>
2022-12-25 14:20:24 +03:00
0fffe61cd3
feat: update CI
Signed-off-by: David Lapshin <ddaudix@gmail.com>
2022-12-25 00:53:45 +03:00
tfuxu
fb13f0af82
meta: allow creation of issues without a template
Signed-off-by: tfuxu <73042332+tfuxu@users.noreply.github.com>
2022-12-21 13:26:35 +00:00
tfuxu
95c5b3cdc0
fix: use existing bug label in bug report template
Signed-off-by: tfuxu <73042332+tfuxu@users.noreply.github.com>
2022-12-17 19:55:07 +00:00
tfuxu
d9875cb21a
meta: remove 0xMRTT from assignees for bug reports
Signed-off-by: tfuxu <73042332+tfuxu@users.noreply.github.com>
2022-12-13 15:33:31 +00:00
tfuxu
a6c6881365
fix: use Github's auto-generated repository token
Signed-off-by: tfuxu <73042332+tfuxu@users.noreply.github.com>
2022-12-03 23:30:54 +00:00
tfuxu
08a917e438
meta: update PR template
Signed-off-by: tfuxu <73042332+tfuxu@users.noreply.github.com>
2022-12-01 18:18:45 +00:00
c19ff49ea8
Update CODEOWNERS
Signed-off-by: David Lapshin <ddaudix@gmail.com>
2022-11-22 06:21:33 +03:00
a5e1fc19e2
fix: rework organization
@daudix-UFO i removed the commit team and moved to the @GradienceTeam/core team

Signed-off-by: 0xMRTT <0xMRTT@proton.me>
2022-11-21 23:21:59 +01:00
07dc350a22
feat: update PR template
Signed-off-by: 0xMRTT <0xMRTT@proton.me>
2022-11-21 19:37:40 +01:00
f82c513200
Update CODEOWNERS
Signed-off-by: David Lapshin <ddaudix@gmail.com>
2022-11-21 21:29:06 +03:00
0f43eba0ff
fix: remove stale
Signed-off-by: 0xMRTT <0xMRTT@proton.me>
2022-11-21 19:28:08 +01:00
51531efc00
fix: remove labeler
Signed-off-by: 0xMRTT <0xMRTT@proton.me>
2022-11-21 19:27:53 +01:00
f0c3783d08
fix: remove labeler
Since it's useless :D

Signed-off-by: 0xMRTT <0xMRTT@proton.me>
2022-11-21 19:15:55 +01:00
442dc06782
fix: replace codeowner with the commit team
YAT (Yet Another Team)

Signed-off-by: 0xMRTT <0xMRTT@proton.me>
2022-11-21 19:15:33 +01:00
770b51cb41
Update translation.yml
Signed-off-by: David Lapshin <ddaudix@gmail.com>
2022-11-18 17:50:50 +03:00
fb77024e72
Update translation.yml
Signed-off-by: David Lapshin <ddaudix@gmail.com>
2022-11-18 17:46:06 +03:00
dependabot[bot]
8bb9d3f4d9
build(deps): bump actions/dependency-review-action from 2 to 3 (#655)
Bumps
[actions/dependency-review-action](https://github.com/actions/dependency-review-action)
from 2 to 3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/dependency-review-action/releases">actions/dependency-review-action's
releases</a>.</em></p>
<blockquote>
<h2>3.0.0</h2>
<h2>Breaking Changes</h2>
<p>By default the action now expects <a
href="https://spdx.org/licenses/">SPDX-compliant licenses</a>
everywhere. If you were previously using license names in the allow or
deny lists make sure they're valid!</p>
<h2>What's Changed</h2>
<h3>Support for external configuration files</h3>
<p>You can now specify a <a
href="https://github.com/actions/dependency-review-action/#configuration-file">configuration
file external to your repository</a>. This allows organizations to have
a single configuration file for all their repos.</p>
<h3>Broader license support</h3>
<p>We've added support for a much broader set of project licenses by
using GitHub's <a
href="https://docs.github.com/en/rest/licenses">Licenses API</a>.</p>
<h3>SPDX Compliance</h3>
<p>All of our license-related code now expects <a
href="https://spdx.org/licenses/">SPDX-compliant licenses or
expressions</a>. This allows us to standardize on a license naming
scheme that already supports <code>OR</code>/<code>AND</code>
expressions.</p>
<h3>Disable individual checks</h3>
<p>You can now use the boolean options <code>license-check</code> and
<code>vulnerability-check</code> to disable either one of the checks.
More information in <a
href="https://github.com/actions/dependency-review-action/#configuration-options">our
configuration options</a>.</p>
<h2>Thanks</h2>
<p>Contributors for this release include:</p>
<ul>
<li><a
href="https://github.com/cnagadya"><code>@​cnagadya</code></a></li>
<li><a
href="https://github.com/courtneycl"><code>@​courtneycl</code></a></li>
<li><a
href="https://github.com/ericcornelissen"><code>@​ericcornelissen</code></a></li>
<li><a
href="https://github.com/elireisman"><code>@​elireisman</code></a></li>
<li><a href="https://github.com/hmaurer"><code>@​hmaurer</code></a></li>
</ul>
<p>Thanks everyone!
<strong>Full Changelog</strong>: <a
href="https://github.com/actions/dependency-review-action/compare/v2...v3.0.0">https://github.com/actions/dependency-review-action/compare/v2...v3.0.0</a></p>
<h2>2.5.1</h2>
<p>Adding some quality-of-life improvements to the local development
experience. You can now pass a flag to the <code>scripts/scan_pr</code>
script using the <code>-c/--config-file</code> flags to use an external
configuration file:</p>
<p>Example:</p>
<pre><code> scripts/scan_pr
https://github.com/actions/dependency-review-action/pull/294
</code></pre>
<h2>2.5.0</h2>
<p>Fallback on GitHub Licenses API data for missing Dependency Review
API Licenses. This should improve our license coverage.</p>
<h2>2.4.1</h2>
<p>This patch release fixes the bugs below:</p>
<ul>
<li>Display the dependency name instead of the manifest name in the
detailed list of dependents.</li>
<li>Fix an issue where undefined GHSAs would remove filter out all
changes.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="30d5821115"><code>30d5821</code></a>
Bumping version number</li>
<li><a
href="6e42c3395a"><code>6e42c33</code></a>
Remove defaults from the recently added fields.</li>
<li><a
href="a3074cd699"><code>a3074cd</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/actions/dependency-review-action/issues/327">#327</a>
from actions/adding-extra-options</li>
<li><a
href="51a29d6960"><code>51a29d6</code></a>
Updating action.yml to include <code>*-check</code> config</li>
<li><a
href="235a221cf4"><code>235a221</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/actions/dependency-review-action/issues/324">#324</a>
from actions/readme-update</li>
<li><a
href="9b3a7f61dd"><code>9b3a7f6</code></a>
Minor README tweaks.</li>
<li><a
href="a4761312ac"><code>a476131</code></a>
Add <code>pull_request</code> to the list of events that don't need
refs.</li>
<li><a
href="28c7c8c314"><code>28c7c8c</code></a>
Set the correct default for license-check in README.</li>
<li><a
href="9da0fd4871"><code>9da0fd4</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/actions/dependency-review-action/issues/325">#325</a>
from actions/dependabot/npm_and_yarn/eslint-plugin-je...</li>
<li><a
href="fe45fd6645"><code>fe45fd6</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/actions/dependency-review-action/issues/326">#326</a>
from actions/dependabot/npm_and_yarn/esbuild-register...</li>
<li>Additional commits viewable in <a
href="https://github.com/actions/dependency-review-action/compare/v2...v3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/dependency-review-action&package-manager=github_actions&previous-version=2&new-version=3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-14 20:44:29 +01:00
0xMRTT
d626e22e47
Delete weekly.yml
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-10-23 08:29:54 +02:00
a758444741
Merge branch 'main' into readme_refactor
Signed-off-by: David Lapshin <ddaudix@gmail.com>
2022-10-13 23:14:42 +03:00
0xMRTT
64b4200290
fix: update discord link
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-10-13 20:46:04 +02:00
5e179e031b feat: rename to CI 2022-10-08 17:18:06 +03:00
c8e2ccd644
feat: remove duplicate of Weblate actions
Signed-off-by: David Lapshin <ddaudix@gmail.com>
2022-09-30 00:32:26 +03:00
0xMRTT
5d4bd5768a
feat: update pot files
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-29 22:36:10 +02:00
729f689c7b fix: replace ... with 2022-09-29 21:46:43 +03:00
Lyes Saadi
1c8358dc58
Merge branch 'main' into patch-6
Signed-off-by: Lyes Saadi <33597258+LyesSaadi@users.noreply.github.com>
2022-09-24 22:09:50 +02:00
tfuxu
c9ad408919
Update bug report template
Signed-off-by: tfuxu <73042332+tfuxu@users.noreply.github.com>
2022-09-24 14:12:17 +00:00
Lyes Saadi
5ae47196c5
Adding Fedora as an intallation method for issues
Signed-off-by: Lyes Saadi <33597258+LyesSaadi@users.noreply.github.com>
2022-09-24 15:42:52 +02:00
dependabot[bot]
2e8af890a8
build(deps): bump actions/stale from 5 to 6
Bumps [actions/stale](https://github.com/actions/stale) from 5 to 6.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-22 08:44:44 +00:00
0xMRTT
267da086bd
fix: remove arm64
Yes, I've said that I will revert 😅

Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-20 16:40:44 +02:00
0xMRTT
455b66be44
feat: add arm64
Maybe I will revert ...

Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-20 16:29:02 +02:00
0xMRTT
a0a602feca
Update translation.yml
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-18 11:05:18 +02:00
0xMRTT
efcbcc95fe
fix: update flatpak path
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-18 01:29:10 +02:00
0xMRTT
7f60773bd4
fix: update matrix links
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-17 02:40:12 +02:00
0xMRTT
0824e8b62a
fix: only update pypi deps on push
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-13 20:16:31 +02:00
0xMRTT
8c1cbfb8eb
fix: remove i386 build
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-11 23:01:44 +02:00
0xMRTT
31ae751728
feat: add i386
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-11 22:54:20 +02:00
0xMRTT
a2e74e142b
fix: add aarch64
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-11 22:28:42 +02:00
0xMRTT
66d4397473
fix: update Access token
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-11 22:22:23 +02:00
0xMRTT
063e90883d
feat: add pr template
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-11 22:14:54 +02:00
0xMRTT
af983f67e3
feat: add pysa
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-11 22:12:56 +02:00
0xMRTT
4196606bf4
feat: add auto labeler
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-11 22:11:16 +02:00
0xMRTT
f90d18ea45
feat: add auto labeler
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-11 22:07:32 +02:00
0xMRTT
2e91435fe2
fix: only run flatpak action if changes 2022-09-09 18:06:04 +02:00
0xMRTT
e4b61590e4
fix: remove automatic python formating
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-09 17:53:02 +02:00
0xMRTT
8e7251cb72
fix!: rename bundle name with devel suffix
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-08 23:26:41 +02:00
0xMRTT
d58fdd76ca
fix: use devel in ci
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-08 23:16:33 +02:00
0xMRTT
45f01c8845
Delete flatpak-nightly.yml
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-08 23:15:21 +02:00
0xMRTT
ec0fa5a1bd
Merge branch 'main' into changes 2022-09-05 18:39:04 +02:00
0xMRTT
f49c3c10b5
fix: automatically create pr
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-04 20:54:48 +02:00
0xMRTT
105ad80af4
fix: update generation
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-04 20:11:09 +02:00
0xMRTT
82f13a2d6e
Merge branch 'main' into changes 2022-09-04 20:02:32 +02:00
0xMRTT
9630b0b4f8
ci: update deps
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-04 19:52:49 +02:00
0xMRTT
7a79a33c71
ci: add wip generation of pypi-dependencies.json
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-04 19:49:15 +02:00
0xMRTT
def4b898fb
ci: remove pkgbuild
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-04 19:16:32 +02:00
tfuxu
0351e97a18 fix: ignore E302 in autopep8 2022-09-04 19:15:13 +02:00
0xMRTT
ecf10ee54b
ci:update pkgbuild
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-04 19:09:45 +02:00
0xMRTT
ca6681c96d
ci: rename pkgbuild workflow
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-04 19:01:59 +02:00
0xMRTT
7773c42623
ci: add pkgbuild action
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-04 19:01:18 +02:00
0xMRTT
97537d803e
feat: add plugin request url
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-04 15:51:17 +02:00
0xMRTT
d1ece0f9ef
feat: updat issue config
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-04 15:50:05 +02:00
0xMRTT
16e5124876
Update config.yml
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-04 15:48:08 +02:00
0xMRTT
ca71504ba8
feat: add matrix and discord linkd
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-04 15:08:37 +02:00
0xMRTT
4cfb5d8046
fix: remove pkgbuild
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-01 23:27:20 +02:00
0xMRTT
3a8633e5b0
fix: update path
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-01 23:25:33 +02:00
0xMRTT
e2f78487aa
fix: update pkgbuild path
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-01 23:22:33 +02:00
0xMRTT
9a60d80843
fix: update PKG name
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-01 23:19:59 +02:00
0xMRTT
cb4a447645
CI: add automatic pkgbuild
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-01 23:17:46 +02:00