Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
nvdaes committed Dec 7, 2023
1 parent 2a4521a commit af41f0e
Show file tree
Hide file tree
Showing 19 changed files with 6 additions and 2,950 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/checkAndSubmitAddonMetadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,9 @@ jobs:
const setAddonNameAndVersion = require('./.github/workflows/getAddonNameAndVersion.js')
const addonFilename = ${{ needs.getAddonId.outputs.addonFileName }}
setAddonNameAndVersion({core}, addonFilename)
- name: Get repository ID
id: getRepoId
uses: nvdaes/get-repository-id
- name: Check if discussion for this add-on exists
id: checkDiscussion
run: |
Expand All @@ -270,14 +273,16 @@ jobs:
script: |
const setRepoCatAndId = require('./.github/workflows/getRepoCatAndId.js')
setRepoCatAndId({context, github, core})
uses: nvdaes/get-repository-id
- name: Create discussion for add-on id
id: createDiscussion
if: ${{ ! fromJSON(steps.checkDiscussion.outputs.jqStatus) }}
uses: abirismyname/[email protected]
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
repository-id: "${{ steps.getRepoAndCatId.outputs.repoId }}"
repository-id: "${{ steps.getRepoId.outputs.repo-id }}"
category-id: "${{ steps.getRepoAndCatId.outputs.catId }}"
title: Reviews for ${{ steps.getAddonNameAndVersion.outputs.addonName }} (${{ needs.getAddonId.outputs.addonId }})
body: |
Expand Down
171 changes: 0 additions & 171 deletions addons/readFeeds/13.0.0.json

This file was deleted.

171 changes: 0 additions & 171 deletions addons/readFeeds/14.0.0.json

This file was deleted.

Loading

0 comments on commit af41f0e

Please sign in to comment.