-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Conform to the auto-merging guidelines
Move the `TagBot.yml` in the proper location. Add the GNU GPL3 license to be able to auto-merge
- Loading branch information
Showing
4 changed files
with
44 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: TagBot | ||
on: | ||
issue_comment: | ||
types: | ||
- created | ||
workflow_dispatch: | ||
jobs: | ||
TagBot: | ||
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot' | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: JuliaRegistries/TagBot@v1 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
user: Elias Bouacida | ||
email: elias@bouacida.fr | ||
ssh: ${{ secrets.DOCUMENTER_KEY }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,5 @@ | ||
|
||
src/.ipynb_checkpoints/Preferences-checkpoint.jl | ||
.ipynb_checkpoints/Manifest-checkpoint.toml | ||
.ipynb_checkpoints/Project-checkpoint.toml | ||
.ipynb_checkpoints/README-checkpoint.md | ||
src/.ipynb_checkpoints/Cyclicity-checkpoint.jl | ||
src/.ipynb_checkpoints/Degree-checkpoint.jl | ||
src/.ipynb_checkpoints/Predictions-checkpoint.jl | ||
src/.ipynb_checkpoints/RevealedPreferences-checkpoint.jl | ||
src/Rationality/.ipynb_checkpoints/Axioms-checkpoint.jl | ||
src/Rationality/.ipynb_checkpoints/Indices-checkpoint.jl | ||
test/.ipynb_checkpoints/runtests-checkpoint.jl | ||
.ipynb_checkpoints/TagBot-checkpoint.yml | ||
.ipynb_checkpoints/* | ||
src/.ipynb_checkpoints/* | ||
src/Rationality/.ipynb_checkpoints/* | ||
test/.ipynb_checkpoints/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
The RevealedPreference.jl package is licensed under the GNU GPL-3.0 license. | ||
|
||
> The RevealedPreferences.jl package aims at deducing preferences from data of observed choices. | ||
> Copyright (C) 2021 [Elias Bouacida](mailto:elias@bouacida.fr) | ||
> This program is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
the Free Software Foundation, either version 3 of the License, or | ||
(at your option) any later version. | ||
> This program is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU General Public License for more details. | ||
> You should have received a copy of the GNU General Public License | ||
along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
RevealedPreferences depends on other Julia packages that may have different licenses: | ||
|
||
- LightGraphs | ||
- DataFrames | ||
- IterTools | ||
- GLPK | ||
|
||
The algorithms in this package have benefited from my work with [Daniel Martin](http://www.martinonline.org/daniel/research.html). |
This file was deleted.
Oops, something went wrong.
c6df312
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register()
c6df312
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request updated: JuliaRegistries/General/36973
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: